#4270D3

Color #4270D3 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4270D3

Tints of Royal Blue #4270D3

Color information

#4270D3 (or 0x4270D3) is unknown color: approx Royal Blue. HEX triplet: 42, 70 and D3. RGB value is (66,112,211). Sum of RGB (Red+Green+Blue) = 66+112+211=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #4270D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4270D3 is #BD8F2C. Grayscale: #6D6D6D. Windows color (decimal): -12422957 or 13856834. OLE color: 13856834.

HSL color Cylindrical-coordinate representation of color #4270D3: hue angle of 220.97º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4270D3 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB66112211-
CMYK0.690.4700.17
HSL220.97º62.23%54.31%-
HSV(B)220.97º68.72%82.75%-
XYZ19.817.4563.95-
YUV109.53185.2696.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 211 (82.81% from 255) = 54.24%
R=16.97%
G=28.79%
B=54.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal661122110.690.4700.17220.9762.2354.31
Hex4270D3452F011dd3e36
Octal102160323105570213357666
Binary1000010111000011010011100010110111101000111011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4270D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4270D3; }

 p { color: rgb(66,112,211); }

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

<style>
 a { background-color: #4270D3; }

 a { background-color: rgb(66,112,211); }

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

<style>
 span { border-color: #4270D3; }

 span { border-color: rgb(66,112,211); }

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