Html Css Color HEX #239AF2 Dodger Blue

📋 copy color: '#239AF2'

red 35 ◦ green 154 ◦ blue 242

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

Shades of Dodger Blue #239AF2

Tints of Dodger Blue #239AF2

RGB

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

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

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

R = 8.12%
G = 35.73%
B = 56.15%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#239AF2 (or 0x239AF2) is known color: Dodger Blue. HEX triplet: 23, 9A and F2. RGB value is (35,154,242). Sum of RGB (Red+Green+Blue) = 35+154+242=431 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.12% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #239AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239AF2 is #DC650D. Grayscale: #7F7F7F. Windows color (decimal): -14443790 or 15899171. OLE color: 15899171.

HSL color Cylindrical-coordinate representation of color #239AF2: hue angle of 205.51º 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 #239AF2 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 154 242 -
CMYK 0.86 0.36 0 0.05
HSL 205.51º 0.89% 0.54% -
HSV(B) 205.51º 0.86% 0.95% -
XYZ 28.28 29.88 88.28 -
YUV 128.45 192.08 61.34 -
System Red Green Blue C M Y K H S L
Decimal 35 154 242 0.86 0.36 0 0.05 205.51 0.89 0.54
Hex 23 9A F2 56 24 0 5 CE 59 36
Octal 43 232 362 126 44 0 5 316 131 66
Binary 100011 10011010 11110010 1010110 100100 0 101 11001110 1011001 110110

Color Harmonies of #239AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239AF2

Black with #239AF2

Text Example


Text Example

White with #239AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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