Html Css Color HEX #129CF1 Dodger Blue

📋 copy color: '#129CF1'

red 18 ◦ green 156 ◦ blue 241

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

Shades of Dodger Blue #129CF1

Tints of Dodger Blue #129CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.07%

R = 4.34%
G = 37.59%
B = 58.07%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#129CF1 (or 0x129CF1) is known color: Dodger Blue. HEX triplet: 12, 9C and F1. RGB value is (18,156,241). Sum of RGB (Red+Green+Blue) = 18+156+241=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #129CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CF1 is #ED630E. Grayscale: #7B7B7B. Windows color (decimal): -15557391 or 15834130. OLE color: 15834130.

HSL color Cylindrical-coordinate representation of color #129CF1: hue angle of 202.87º degrees, saturation: 0.89, 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 #129CF1 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 156 241 -
CMYK 0.93 0.35 0 0.05
HSL 202.87º 0.89% 0.51% -
HSV(B) 202.87º 0.93% 0.95% -
XYZ 28.02 30.26 87.58 -
YUV 124.43 193.78 52.09 -
System Red Green Blue C M Y K H S L
Decimal 18 156 241 0.93 0.35 0 0.05 202.87 0.89 0.51
Hex 12 9C F1 5D 23 0 5 CB 59 33
Octal 22 234 361 135 43 0 5 313 131 63
Binary 10010 10011100 11110001 1011101 100011 0 101 11001011 1011001 110011

Color Harmonies of #129CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CF1

Black with #129CF1

Text Example


Text Example

White with #129CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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