Html Css Color HEX #129BED Dodger Blue

📋 copy color: '#129BED'

red 18 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #129BED

Tints of Dodger Blue #129BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 4.39%
G = 37.8%
B = 57.8%

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

#129BED (or 0x129BED) is known color: Dodger Blue. HEX triplet: 12, 9B and ED. RGB value is (18,155,237). Sum of RGB (Red+Green+Blue) = 18+155+237=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #129BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BED is #ED6412. Grayscale: #7A7A7A. Windows color (decimal): -15557651 or 15571730. OLE color: 15571730.

HSL color Cylindrical-coordinate representation of color #129BED: hue angle of 202.47º degrees, saturation: 0.86, 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 #129BED is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 155 237 -
CMYK 0.92 0.35 0 0.07
HSL 202.47º 0.86% 0.5% -
HSV(B) 202.47º 0.92% 0.93% -
XYZ 27.26 29.69 84.41 -
YUV 123.39 192.11 52.83 -
System Red Green Blue C M Y K H S L
Decimal 18 155 237 0.92 0.35 0 0.07 202.47 0.86 0.5
Hex 12 9B ED 5C 23 0 7 CA 56 32
Octal 22 233 355 134 43 0 7 312 126 62
Binary 10010 10011011 11101101 1011100 100011 0 111 11001010 1010110 110010

Color Harmonies of #129BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BED

Black with #129BED

Text Example


Text Example

White with #129BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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