Html Css Color HEX #239DEC Dodger Blue

📋 copy color: '#239DEC'

red 35 ◦ green 157 ◦ blue 236

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

Shades of Dodger Blue #239DEC

Tints of Dodger Blue #239DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.68%

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 8.18%
G = 36.68%
B = 55.14%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#239DEC (or 0x239DEC) is known color: Dodger Blue. HEX triplet: 23, 9D and EC. RGB value is (35,157,236). Sum of RGB (Red+Green+Blue) = 35+157+236=428 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.18% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #239DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239DEC is #DC6213. Grayscale: #818181. Windows color (decimal): -14443028 or 15506723. OLE color: 15506723.

HSL color Cylindrical-coordinate representation of color #239DEC: hue angle of 203.58º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #239DEC is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 157 236 -
CMYK 0.85 0.33 0 0.07
HSL 203.58º 0.84% 0.53% -
HSV(B) 203.58º 0.85% 0.93% -
XYZ 27.89 30.53 83.78 -
YUV 129.53 188.08 60.58 -
System Red Green Blue C M Y K H S L
Decimal 35 157 236 0.85 0.33 0 0.07 203.58 0.84 0.53
Hex 23 9D EC 55 21 0 7 CC 54 35
Octal 43 235 354 125 41 0 7 314 124 65
Binary 100011 10011101 11101100 1010101 100001 0 111 11001100 1010100 110101

Color Harmonies of #239DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239DEC

Black with #239DEC

Text Example


Text Example

White with #239DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239DEC; }

 p { color: rgb(35,157,236); }

 H1.HeaderClassName
 {
   color: #239DEC;
 }
 .AnyTagClassName
 {
   color: #239DEC;
 }
</style>

background-color css

<style>
 a { background-color: #239DEC; }

 a { background-color: rgb(35,157,236); }

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

border-color css

<style>
 span { border-color: #239DEC; }

 span { border-color: rgb(35,157,236); }

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