Html Css Color HEX #239EF2 Dodger Blue

📋 copy color: '#239EF2'

red 35 ◦ green 158 ◦ blue 242

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

Shades of Dodger Blue #239EF2

Tints of Dodger Blue #239EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.32%

 BLUE value IS 242 (94.92% from 255) = 55.63%

R = 8.05%
G = 36.32%
B = 55.63%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#239EF2 (or 0x239EF2) is known color: Dodger Blue. HEX triplet: 23, 9E and F2. RGB value is (35,158,242). Sum of RGB (Red+Green+Blue) = 35+158+242=435 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.05% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #239EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239EF2 is #DC610D. Grayscale: #828282. Windows color (decimal): -14442766 or 15900195. OLE color: 15900195.

HSL color Cylindrical-coordinate representation of color #239EF2: hue angle of 204.35º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #239EF2 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 158 242 -
CMYK 0.86 0.35 0 0.05
HSL 204.35º 0.89% 0.54% -
HSV(B) 204.35º 0.86% 0.95% -
XYZ 28.95 31.22 88.51 -
YUV 130.8 190.75 59.67 -
System Red Green Blue C M Y K H S L
Decimal 35 158 242 0.86 0.35 0 0.05 204.35 0.89 0.54
Hex 23 9E F2 56 23 0 5 CC 59 36
Octal 43 236 362 126 43 0 5 314 131 66
Binary 100011 10011110 11110010 1010110 100011 0 101 11001100 1011001 110110

Color Harmonies of #239EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239EF2

Black with #239EF2

Text Example


Text Example

White with #239EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,158,242); }

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

background-color css

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

 a { background-color: rgb(35,158,242); }

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

border-color css

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

 span { border-color: rgb(35,158,242); }

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