#4286FC

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

Shades of Dodger Blue #4286FC

Tints of Dodger Blue #4286FC

Color information

#4286FC (or 0x4286FC) is unknown color: approx Dodger Blue. HEX triplet: 42, 86 and FC. RGB value is (66,134,252). Sum of RGB (Red+Green+Blue) = 66+134+252=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #4286FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4286FC is #BD7903. Grayscale: #7E7E7E. Windows color (decimal): -12417284 or 16549442. OLE color: 16549442.

HSL color Cylindrical-coordinate representation of color #4286FC: hue angle of 218.06º 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 #4286FC is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66134252-
CMYK0.740.4700.01
HSL218.06º96.88%62.35%-
HSV(B)218.06º73.81%98.82%-
XYZ28.3425.2495.47-
YUV127.12198.4784.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 252 (98.83% from 255) = 55.75%
R=14.60%
G=29.65%
B=55.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661342520.740.4700.01218.0696.8862.35
Hex4286FC4A2F01da613e
Octal102206374112570133214176
Binary10000101000011011111100100101010111101110110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4286FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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