#4263FC

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

Shades of Royal Blue #4263FC

Tints of Royal Blue #4263FC

Color information

#4263FC (or 0x4263FC) is unknown color: approx Royal Blue. HEX triplet: 42, 63 and FC. RGB value is (66,99,252). Sum of RGB (Red+Green+Blue) = 66+99+252=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #4263FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4263FC is #BD9C03. Grayscale: #696969. Windows color (decimal): -12426244 or 16540482. OLE color: 16540482.

HSL color Cylindrical-coordinate representation of color #4263FC: hue angle of 229.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4263FC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6699252-
CMYK0.740.6100.01
HSL229.35º96.88%62.35%-
HSV(B)229.35º73.81%98.82%-
XYZ24.2817.1194.12-
YUV106.57210.0799.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.83%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 252 (98.83% from 255) = 60.43%
R=15.83%
G=23.74%
B=60.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal66992520.740.6100.01229.3596.8862.35
Hex4263FC4A3D01e5613e
Octal102143374112750134514176
Binary1000010110001111111100100101011110101111001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4263FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4263FC; }

 p { color: rgb(66,99,252); }

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

<style>
 a { background-color: #4263FC; }

 a { background-color: rgb(66,99,252); }

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

<style>
 span { border-color: #4263FC; }

 span { border-color: rgb(66,99,252); }

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