Html Css Color HEX #239FEF Dodger Blue

📋 copy color: '#239FEF'

red 35 ◦ green 159 ◦ blue 239

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

Shades of Dodger Blue #239FEF

Tints of Dodger Blue #239FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.72%

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 8.08%
G = 36.72%
B = 55.2%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#239FEF (or 0x239FEF) is known color: Dodger Blue. HEX triplet: 23, 9F and EF. RGB value is (35,159,239). Sum of RGB (Red+Green+Blue) = 35+159+239=433 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.08% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #239FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239FEF is #DC6010. Grayscale: #828282. Windows color (decimal): -14442513 or 15703843. OLE color: 15703843.

HSL color Cylindrical-coordinate representation of color #239FEF: hue angle of 203.53º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #239FEF is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 159 239 -
CMYK 0.85 0.33 0 0.06
HSL 203.53º 0.86% 0.54% -
HSV(B) 203.53º 0.85% 0.94% -
XYZ 28.67 31.39 86.21 -
YUV 131.04 188.92 59.5 -
System Red Green Blue C M Y K H S L
Decimal 35 159 239 0.85 0.33 0 0.06 203.53 0.86 0.54
Hex 23 9F EF 55 21 0 6 CC 56 36
Octal 43 237 357 125 41 0 6 314 126 66
Binary 100011 10011111 11101111 1010101 100001 0 110 11001100 1010110 110110

Color Harmonies of #239FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239FEF

Black with #239FEF

Text Example


Text Example

White with #239FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,159,239); }

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

background-color css

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

 a { background-color: rgb(35,159,239); }

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

border-color css

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

 span { border-color: rgb(35,159,239); }

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