#4286F0

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

Shades of Royal Blue #4286F0

Tints of Royal Blue #4286F0

Color information

#4286F0 (or 0x4286F0) is unknown color: approx Royal Blue. HEX triplet: 42, 86 and F0. RGB value is (66,134,240). Sum of RGB (Red+Green+Blue) = 66+134+240=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #4286F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4286F0 is #BD790F. Grayscale: #7D7D7D. Windows color (decimal): -12417296 or 15763010. OLE color: 15763010.

HSL color Cylindrical-coordinate representation of color #4286F0: hue angle of 216.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4286F0 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB66134240-
CMYK0.720.4400.06
HSL216.55º85.29%60%-
HSV(B)216.55º72.5%94.12%-
XYZ26.524.585.77-
YUV125.75192.4785.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 240 (94.14% from 255) = 54.55%
R=15%
G=30.45%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal661342400.720.4400.06216.5585.2960
Hex4286F0482C06d9553c
Octal102206360110540633112574
Binary1000010100001101111000010010001011000110110110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4286F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4286F0; }

 p { color: rgb(66,134,240); }

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

<style>
 a { background-color: #4286F0; }

 a { background-color: rgb(66,134,240); }

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

<style>
 span { border-color: #4286F0; }

 span { border-color: rgb(66,134,240); }

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