#4291FB

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

Shades of Dodger Blue #4291FB

Tints of Dodger Blue #4291FB

Color information

#4291FB (or 0x4291FB) is unknown color: approx Dodger Blue. HEX triplet: 42, 91 and FB. RGB value is (66,145,251). Sum of RGB (Red+Green+Blue) = 66+145+251=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #4291FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4291FB is #BD6E04. Grayscale: #848484. Windows color (decimal): -12414469 or 16486722. OLE color: 16486722.

HSL color Cylindrical-coordinate representation of color #4291FB: hue angle of 214.38º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4291FB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66145251-
CMYK0.740.4200.02
HSL214.38º95.85%62.16%-
HSV(B)214.38º73.71%98.43%-
XYZ29.7828.3795.17-
YUV133.46194.3379.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.29%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 251 (98.44% from 255) = 54.33%
R=14.29%
G=31.39%
B=54.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal661452510.740.4200.02214.3895.8562.16
Hex4291FB4A2A02d6603e
Octal102221373112520232614076
Binary100001010010001111110111001010101010010110101101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4291FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4291FB; }

 p { color: rgb(66,145,251); }

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

<style>
 a { background-color: #4291FB; }

 a { background-color: rgb(66,145,251); }

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

<style>
 span { border-color: #4291FB; }

 span { border-color: rgb(66,145,251); }

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