Html Css Color HEX #129CEA Dodger Blue

📋 copy color: '#129CEA'

red 18 ◦ green 156 ◦ blue 234

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

Shades of Dodger Blue #129CEA

Tints of Dodger Blue #129CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 4.41%
G = 38.24%
B = 57.35%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#129CEA (or 0x129CEA) is known color: Dodger Blue. HEX triplet: 12, 9C and EA. RGB value is (18,156,234). Sum of RGB (Red+Green+Blue) = 18+156+234=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #129CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CEA is #ED6315. Grayscale: #7B7B7B. Windows color (decimal): -15557398 or 15375378. OLE color: 15375378.

HSL color Cylindrical-coordinate representation of color #129CEA: hue angle of 201.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129CEA is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 156 234 -
CMYK 0.92 0.33 0 0.08
HSL 201.67º 0.86% 0.49% -
HSV(B) 201.67º 0.92% 0.92% -
XYZ 26.99 29.85 82.18 -
YUV 123.63 190.28 52.66 -
System Red Green Blue C M Y K H S L
Decimal 18 156 234 0.92 0.33 0 0.08 201.67 0.86 0.49
Hex 12 9C EA 5C 21 0 8 CA 56 31
Octal 22 234 352 134 41 0 10 312 126 61
Binary 10010 10011100 11101010 1011100 100001 0 1000 11001010 1010110 110001

Color Harmonies of #129CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CEA

Black with #129CEA

Text Example


Text Example

White with #129CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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