#4272EB

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

Shades of Royal Blue #4272EB

Tints of Royal Blue #4272EB

Color information

#4272EB (or 0x4272EB) is unknown color: approx Royal Blue. HEX triplet: 42, 72 and EB. RGB value is (66,114,235). Sum of RGB (Red+Green+Blue) = 66+114+235=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #4272EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4272EB is #BD8D14. Grayscale: #707070. Windows color (decimal): -12422421 or 15430210. OLE color: 15430210.

HSL color Cylindrical-coordinate representation of color #4272EB: hue angle of 222.96º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4272EB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66114235-
CMYK0.720.5100.08
HSL222.96º80.86%59.02%-
HSV(B)222.96º71.91%92.16%-
XYZ23.2619.1981.08-
YUV113.44196.694.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.90%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=15.90%
G=27.47%
B=56.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal661142350.720.5100.08222.9680.8659.02
Hex4272EB483308df513b
Octal1021623531106301033712173
Binary1000010111001011101011100100011001101000110111111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4272EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4272EB; }

 p { color: rgb(66,114,235); }

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

<style>
 a { background-color: #4272EB; }

 a { background-color: rgb(66,114,235); }

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

<style>
 span { border-color: #4272EB; }

 span { border-color: rgb(66,114,235); }

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