#4266FD

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

Shades of Royal Blue #4266FD

Tints of Royal Blue #4266FD

Color information

#4266FD (or 0x4266FD) is unknown color: approx Royal Blue. HEX triplet: 42, 66 and FD. RGB value is (66,102,253). Sum of RGB (Red+Green+Blue) = 66+102+253=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #4266FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4266FD is #BD9902. Grayscale: #6B6B6B. Windows color (decimal): -12425475 or 16606786. OLE color: 16606786.

HSL color Cylindrical-coordinate representation of color #4266FD: hue angle of 228.45º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4266FD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66102253-
CMYK0.740.6000.01
HSL228.45º97.91%62.55%-
HSV(B)228.45º73.91%99.22%-
XYZ24.7317.7595.05-
YUV108.45209.5797.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 253 (99.22% from 255) = 60.10%
R=15.68%
G=24.23%
B=60.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661022530.740.6000.01228.4597.9162.55
Hex4266FD4A3C01e4623f
Octal102146375112740134414277
Binary1000010110011011111101100101011110001111001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4266FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4266FD; }

 p { color: rgb(66,102,253); }

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

<style>
 a { background-color: #4266FD; }

 a { background-color: rgb(66,102,253); }

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

<style>
 span { border-color: #4266FD; }

 span { border-color: rgb(66,102,253); }

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