#4270EE

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

Shades of Royal Blue #4270EE

Tints of Royal Blue #4270EE

Color information

#4270EE (or 0x4270EE) is unknown color: approx Royal Blue. HEX triplet: 42, 70 and EE. RGB value is (66,112,238). Sum of RGB (Red+Green+Blue) = 66+112+238=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #4270EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4270EE is #BD8F11. Grayscale: #707070. Windows color (decimal): -12422930 or 15626306. OLE color: 15626306.

HSL color Cylindrical-coordinate representation of color #4270EE: hue angle of 223.95º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4270EE is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66112238-
CMYK0.720.5300.07
HSL223.95º83.5%59.61%-
HSV(B)223.95º72.27%93.33%-
XYZ23.4718.9283.3-
YUV112.61198.7694.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.87%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 238 (93.36% from 255) = 57.21%
R=15.87%
G=26.92%
B=57.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661122380.720.5300.07223.9583.559.61
Hex4270EE483507e0533c
Octal102160356110650734012374
Binary100001011100001110111010010001101010111111000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4270EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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