Html Css Color HEX #129BEE Dodger Blue

📋 copy color: '#129BEE'

red 18 ◦ green 155 ◦ blue 238

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

Shades of Dodger Blue #129BEE

Tints of Dodger Blue #129BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 238 (93.36% from 255) = 57.91%

R = 4.38%
G = 37.71%
B = 57.91%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#129BEE (or 0x129BEE) is known color: Dodger Blue. HEX triplet: 12, 9B and EE. RGB value is (18,155,238). Sum of RGB (Red+Green+Blue) = 18+155+238=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #129BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BEE is #ED6411. Grayscale: #7B7B7B. Windows color (decimal): -15557650 or 15637266. OLE color: 15637266.

HSL color Cylindrical-coordinate representation of color #129BEE: hue angle of 202.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129BEE is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 155 238 -
CMYK 0.92 0.35 0 0.07
HSL 202.64º 0.87% 0.5% -
HSV(B) 202.64º 0.92% 0.93% -
XYZ 27.4 29.74 85.19 -
YUV 123.5 192.61 52.75 -
System Red Green Blue C M Y K H S L
Decimal 18 155 238 0.92 0.35 0 0.07 202.64 0.87 0.5
Hex 12 9B EE 5C 23 0 7 CB 57 32
Octal 22 233 356 134 43 0 7 313 127 62
Binary 10010 10011011 11101110 1011100 100011 0 111 11001011 1010111 110010

Color Harmonies of #129BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BEE

Black with #129BEE

Text Example


Text Example

White with #129BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,155,238); }

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

background-color css

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

 a { background-color: rgb(18,155,238); }

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

border-color css

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

 span { border-color: rgb(18,155,238); }

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