#4299FD

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

Shades of Dodger Blue #4299FD

Tints of Dodger Blue #4299FD

Color information

#4299FD (or 0x4299FD) is unknown color: approx Dodger Blue. HEX triplet: 42, 99 and FD. RGB value is (66,153,253). Sum of RGB (Red+Green+Blue) = 66+153+253=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #4299FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4299FD is #BD6602. Grayscale: #898989. Windows color (decimal): -12412419 or 16619842. OLE color: 16619842.

HSL color Cylindrical-coordinate representation of color #4299FD: hue angle of 212.09º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4299FD is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66153253-
CMYK0.740.4000.01
HSL212.09º97.91%62.55%-
HSV(B)212.09º73.91%99.22%-
XYZ31.3731.0397.27-
YUV138.39192.6876.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.98%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=13.98%
G=32.42%
B=53.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661532530.740.4000.01212.0997.9162.55
Hex4299FD4A2801d4623f
Octal102231375112500132414277
Binary10000101001100111111101100101010100001110101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4299FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4299FD; }

 p { color: rgb(66,153,253); }

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

<style>
 a { background-color: #4299FD; }

 a { background-color: rgb(66,153,253); }

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

<style>
 span { border-color: #4299FD; }

 span { border-color: rgb(66,153,253); }

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