#4264ED

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

Shades of Royal Blue #4264ED

Tints of Royal Blue #4264ED

Color information

#4264ED (or 0x4264ED) is unknown color: approx Royal Blue. HEX triplet: 42, 64 and ED. RGB value is (66,100,237). Sum of RGB (Red+Green+Blue) = 66+100+237=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #4264ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4264ED is #BD9B12. Grayscale: #686868. Windows color (decimal): -12426003 or 15557698. OLE color: 15557698.

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

Color convert

RGB66100237-
CMYK0.720.5800.07
HSL228.07º82.61%59.41%-
HSV(B)228.07º72.15%92.94%-
XYZ22.0916.3982.12-
YUV105.45202.2499.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 237 (92.97% from 255) = 58.81%
R=16.38%
G=24.81%
B=58.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661002370.720.5800.07228.0782.6159.41
Hex4264ED483A07e4533b
Octal102144355110720734412373
Binary100001011001001110110110010001110100111111001001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4264ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4264ED; }

 p { color: rgb(66,100,237); }

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

<style>
 a { background-color: #4264ED; }

 a { background-color: rgb(66,100,237); }

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

<style>
 span { border-color: #4264ED; }

 span { border-color: rgb(66,100,237); }

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