Html Css Color HEX #129CFA Dodger Blue

📋 copy color: '#129CFA'

red 18 ◦ green 156 ◦ blue 250

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

Shades of Dodger Blue #129CFA

Tints of Dodger Blue #129CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 4.25%
G = 36.79%
B = 58.96%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#129CFA (or 0x129CFA) is known color: Dodger Blue. HEX triplet: 12, 9C and FA. RGB value is (18,156,250). Sum of RGB (Red+Green+Blue) = 18+156+250=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #129CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CFA is #ED6305. Grayscale: #7C7C7C. Windows color (decimal): -15557382 or 16423954. OLE color: 16423954.

HSL color Cylindrical-coordinate representation of color #129CFA: hue angle of 204.31º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129CFA is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 156 250 -
CMYK 0.93 0.38 0 0.02
HSL 204.31º 0.96% 0.53% -
HSV(B) 204.31º 0.93% 0.98% -
XYZ 29.39 30.81 94.84 -
YUV 125.45 198.28 51.36 -
System Red Green Blue C M Y K H S L
Decimal 18 156 250 0.93 0.38 0 0.02 204.31 0.96 0.53
Hex 12 9C FA 5D 26 0 2 CC 60 35
Octal 22 234 372 135 46 0 2 314 140 65
Binary 10010 10011100 11111010 1011101 100110 0 10 11001100 1100000 110101

Color Harmonies of #129CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CFA

Black with #129CFA

Text Example


Text Example

White with #129CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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