Html Css Color HEX #129CEB Dodger Blue

📋 copy color: '#129CEB'

red 18 ◦ green 156 ◦ blue 235

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

Shades of Dodger Blue #129CEB

Tints of Dodger Blue #129CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 4.4%
G = 38.14%
B = 57.46%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#129CEB (or 0x129CEB) is known color: Dodger Blue. HEX triplet: 12, 9C and EB. RGB value is (18,156,235). Sum of RGB (Red+Green+Blue) = 18+156+235=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #129CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CEB is #ED6314. Grayscale: #7B7B7B. Windows color (decimal): -15557397 or 15440914. OLE color: 15440914.

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

Color convert

RGB 18 156 235 -
CMYK 0.92 0.34 0 0.08
HSL 201.84º 0.86% 0.5% -
HSV(B) 201.84º 0.92% 0.92% -
XYZ 27.13 29.9 82.94 -
YUV 123.74 190.78 52.58 -
System Red Green Blue C M Y K H S L
Decimal 18 156 235 0.92 0.34 0 0.08 201.84 0.86 0.5
Hex 12 9C EB 5C 22 0 8 CA 56 32
Octal 22 234 353 134 42 0 10 312 126 62
Binary 10010 10011100 11101011 1011100 100010 0 1000 11001010 1010110 110010

Color Harmonies of #129CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CEB

Black with #129CEB

Text Example


Text Example

White with #129CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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