#4269FC

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

Shades of Royal Blue #4269FC

Tints of Royal Blue #4269FC

Color information

#4269FC (or 0x4269FC) is unknown color: approx Royal Blue. HEX triplet: 42, 69 and FC. RGB value is (66,105,252). Sum of RGB (Red+Green+Blue) = 66+105+252=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #4269FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4269FC is #BD9603. Grayscale: #6D6D6D. Windows color (decimal): -12424708 or 16542018. OLE color: 16542018.

HSL color Cylindrical-coordinate representation of color #4269FC: hue angle of 227.42º 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 #4269FC is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66105252-
CMYK0.740.5800.01
HSL227.42º96.88%62.35%-
HSV(B)227.42º73.81%98.82%-
XYZ24.8718.2994.31-
YUV110.1208.0896.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.60%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 252 (98.83% from 255) = 59.57%
R=15.60%
G=24.82%
B=59.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661052520.740.5800.01227.4296.8862.35
Hex4269FC4A3A01e3613e
Octal102151374112720134314176
Binary1000010110100111111100100101011101001111000111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4269FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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