#149eff

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

Shades of Dodger Blue #149EFF

Tints of Dodger Blue #149EFF

Color information

#149EFF (or 0x149EFF) is unknown color: approx Dodger Blue. HEX triplet: 14, 9E and FF. RGB value is (20,158,255). Sum of RGB (Red+Green+Blue) = 20+158+255=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #149EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149EFF is #EB6100. Grayscale: #7F7F7F. Windows color (decimal): -15425793 or 16752148. OLE color: 16752148.

HSL color Cylindrical-coordinate representation of color #149EFF: hue angle of 204.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149EFF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20158255-
CMYK0.920.3800
HSL204.77º100%53.92%-
HSV(B)204.77º92.16%100%-
XYZ30.5731.8299.14-
YUV127.8199.7851.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.62%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 255 (100% from 255) = 58.89%
R=4.62%
G=36.49%
B=58.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201582550.920.3800204.7710053.92
Hex149EFF5C2600cd6436
Octal24236377134460031514466
Binary101001001111011111111101110010011000110011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,158,255); }

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

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

 a { background-color: rgb(20,158,255); }

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

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

 span { border-color: rgb(20,158,255); }

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