#4299FC

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

Shades of Dodger Blue #4299FC

Tints of Dodger Blue #4299FC

Color information

#4299FC (or 0x4299FC) is unknown color: approx Dodger Blue. HEX triplet: 42, 99 and FC. RGB value is (66,153,252). Sum of RGB (Red+Green+Blue) = 66+153+252=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #4299FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4299FC is #BD6603. Grayscale: #898989. Windows color (decimal): -12412420 or 16554306. OLE color: 16554306.

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

Color convert

RGB66153252-
CMYK0.740.3900.01
HSL211.94º96.88%62.35%-
HSV(B)211.94º73.81%98.82%-
XYZ31.2130.9796.43-
YUV138.27192.1876.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.01%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 252 (98.83% from 255) = 53.50%
R=14.01%
G=32.48%
B=53.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661532520.740.3900.01211.9496.8862.35
Hex4299FC4A2701d4613e
Octal102231374112470132414176
Binary10000101001100111111100100101010011101110101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4299FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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