Html Css Color HEX #239AF0 Dodger Blue

📋 copy color: '#239AF0'

red 35 ◦ green 154 ◦ blue 240

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

Shades of Dodger Blue #239AF0

Tints of Dodger Blue #239AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

 BLUE value IS 240 (94.14% from 255) = 55.94%

R = 8.16%
G = 35.9%
B = 55.94%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#239AF0 (or 0x239AF0) is known color: Dodger Blue. HEX triplet: 23, 9A and F0. RGB value is (35,154,240). Sum of RGB (Red+Green+Blue) = 35+154+240=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #239AF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239AF0 is #DC650F. Grayscale: #7F7F7F. Windows color (decimal): -14443792 or 15768099. OLE color: 15768099.

HSL color Cylindrical-coordinate representation of color #239AF0: hue angle of 205.17º degrees, saturation: 0.87, 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 #239AF0 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 154 240 -
CMYK 0.85 0.36 0 0.06
HSL 205.17º 0.87% 0.54% -
HSV(B) 205.17º 0.85% 0.94% -
XYZ 27.98 29.76 86.71 -
YUV 128.22 191.08 61.51 -
System Red Green Blue C M Y K H S L
Decimal 35 154 240 0.85 0.36 0 0.06 205.17 0.87 0.54
Hex 23 9A F0 55 24 0 6 CD 57 36
Octal 43 232 360 125 44 0 6 315 127 66
Binary 100011 10011010 11110000 1010101 100100 0 110 11001101 1010111 110110

Color Harmonies of #239AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239AF0

Black with #239AF0

Text Example


Text Example

White with #239AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,154,240); }

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

background-color css

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

 a { background-color: rgb(35,154,240); }

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

border-color css

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

 span { border-color: rgb(35,154,240); }

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