Html Css Color HEX #2389FC Dodger Blue

📋 copy color: '#2389FC'

red 35 ◦ green 137 ◦ blue 252

#2389FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2389FC

Tints of Dodger Blue #2389FC

RGB

 RED value IS 35 (14.06% from 255) = 8.25%

 GREEN value IS 137 (53.91% from 255) = 32.31%

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 8.25%
G = 32.31%
B = 59.43%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2389FC (or 0x2389FC) is known color: Dodger Blue. HEX triplet: 23, 89 and FC. RGB value is (35,137,252). Sum of RGB (Red+Green+Blue) = 35+137+252=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #2389FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2389FC is #DC7603. Grayscale: #777777. Windows color (decimal): -14448132 or 16550179. OLE color: 16550179.

HSL color Cylindrical-coordinate representation of color #2389FC: hue angle of 211.8º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2389FC is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 137 252 -
CMYK 0.86 0.46 0 0.01
HSL 211.8º 0.97% 0.56% -
HSV(B) 211.8º 0.86% 0.99% -
XYZ 27.21 25.28 95.54 -
YUV 119.61 202.71 67.65 -
System Red Green Blue C M Y K H S L
Decimal 35 137 252 0.86 0.46 0 0.01 211.8 0.97 0.56
Hex 23 89 FC 56 2E 0 1 D4 61 38
Octal 43 211 374 126 56 0 1 324 141 70
Binary 100011 10001001 11111100 1010110 101110 0 1 11010100 1100001 111000

Color Harmonies of #2389FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2389FC

Black with #2389FC

Text Example


Text Example

White with #2389FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2389FC; }

 p { color: rgb(35,137,252); }

 H1.HeaderClassName
 {
   color: #2389FC;
 }
 .AnyTagClassName
 {
   color: #2389FC;
 }
</style>

background-color css

<style>
 a { background-color: #2389FC; }

 a { background-color: rgb(35,137,252); }

 div.DivClassName
 {
   background-color: #2389FC;
 }
 .BgClassName
 {
   background-color: #2389FC;
 }
</style>

border-color css

<style>
 span { border-color: #2389FC; }

 span { border-color: rgb(35,137,252); }

 td.TdClassName
 {
   border-color: #2389FC;
 }
 .TagClassName
 {
   border-color: #2389FC;
 }
</style>