#149DFA

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

Shades of Dodger Blue #149DFA

Tints of Dodger Blue #149DFA

Color information

#149DFA (or 0x149DFA) is unknown color: approx Dodger Blue. HEX triplet: 14, 9D and FA. RGB value is (20,157,250). Sum of RGB (Red+Green+Blue) = 20+157+250=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #149DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149DFA is #EB6205. Grayscale: #7E7E7E. Windows color (decimal): -15426054 or 16424212. OLE color: 16424212.

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

Color convert

RGB20157250-
CMYK0.920.3700.02
HSL204.26º95.83%52.94%-
HSV(B)204.26º92%98.04%-
XYZ29.631.1694.9-
YUV126.64197.6151.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.68%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 250 (98.05% from 255) = 58.55%
R=4.68%
G=36.77%
B=58.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201572500.920.3700.02204.2695.8352.94
Hex149DFA5C2502cc6035
Octal24235372134450231414065
Binary1010010011101111110101011100100101010110011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,157,250); }

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

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

 a { background-color: rgb(20,157,250); }

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

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

 span { border-color: rgb(20,157,250); }

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