Html Css Color HEX #129CF2 Dodger Blue

📋 copy color: '#129CF2'

red 18 ◦ green 156 ◦ blue 242

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

Shades of Dodger Blue #129CF2

Tints of Dodger Blue #129CF2

RGB

 RED value IS 18 (7.42% from 255) = 4.33%

 GREEN value IS 156 (61.33% from 255) = 37.5%

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

R = 4.33%
G = 37.5%
B = 58.17%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#129CF2 (or 0x129CF2) is known color: Dodger Blue. HEX triplet: 12, 9C and F2. RGB value is (18,156,242). Sum of RGB (Red+Green+Blue) = 18+156+242=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #129CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CF2 is #ED630D. Grayscale: #7C7C7C. Windows color (decimal): -15557390 or 15899666. OLE color: 15899666.

HSL color Cylindrical-coordinate representation of color #129CF2: hue angle of 203.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129CF2 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 156 242 -
CMYK 0.93 0.36 0 0.05
HSL 203.04º 0.9% 0.51% -
HSV(B) 203.04º 0.93% 0.95% -
XYZ 28.16 30.32 88.37 -
YUV 124.54 194.28 52.01 -
System Red Green Blue C M Y K H S L
Decimal 18 156 242 0.93 0.36 0 0.05 203.04 0.9 0.51
Hex 12 9C F2 5D 24 0 5 CB 5A 33
Octal 22 234 362 135 44 0 5 313 132 63
Binary 10010 10011100 11110010 1011101 100100 0 101 11001011 1011010 110011

Color Harmonies of #129CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CF2

Black with #129CF2

Text Example


Text Example

White with #129CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129CF2; }

 p { color: rgb(18,156,242); }

 H1.HeaderClassName
 {
   color: #129CF2;
 }
 .AnyTagClassName
 {
   color: #129CF2;
 }
</style>

background-color css

<style>
 a { background-color: #129CF2; }

 a { background-color: rgb(18,156,242); }

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

border-color css

<style>
 span { border-color: #129CF2; }

 span { border-color: rgb(18,156,242); }

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