#149AFC

Color #149AFC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #149AFC

Tints of Dodger Blue #149AFC

Color information

#149AFC (or 0x149AFC) is unknown color: approx Dodger Blue. HEX triplet: 14, 9A and FC. RGB value is (20,154,252). Sum of RGB (Red+Green+Blue) = 20+154+252=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #149AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149AFC is #EB6503. Grayscale: #7C7C7C. Windows color (decimal): -15426820 or 16554516. OLE color: 16554516.

HSL color Cylindrical-coordinate representation of color #149AFC: hue angle of 205.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149AFC is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20154252-
CMYK0.920.3900.01
HSL205.34º97.48%53.33%-
HSV(B)205.34º92.06%98.82%-
XYZ29.4130.2996.39-
YUV125.11199.6153.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.69%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 252 (98.83% from 255) = 59.15%
R=4.69%
G=36.15%
B=59.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal201542520.920.3900.01205.3497.4853.33
Hex149AFC5C2701cd6135
Octal24232374134470131514165
Binary101001001101011111100101110010011101110011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149AFC; }

 p { color: rgb(20,154,252); }

 H1.HeaderClassName
 {
   color: #149AFC;
 }
 .AnyTagClassName
 {
   color: #149AFC;
 }
</style>
background-color css

<style>
 a { background-color: #149AFC; }

 a { background-color: rgb(20,154,252); }

 div.DivClassName
 {
   background-color: #149AFC;
 }
 .BgClassName
 {
   background-color: #149AFC;
 }
</style>
border-color css

<style>
 span { border-color: #149AFC; }

 span { border-color: rgb(20,154,252); }

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