#4281e2

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

Shades of Royal Blue #4281E2

Tints of Royal Blue #4281E2

Color information

#4281E2 (or 0x4281E2) is unknown color: approx Royal Blue. HEX triplet: 42, 81 and E2. RGB value is (66,129,226). Sum of RGB (Red+Green+Blue) = 66+129+226=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 226 (88.67% from 255 or 53.68% from 421); Max value from RGB is 226 - color contains mainly: blue. Hex color #4281E2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4281E2 is #BD7E1D. Grayscale: #787878. Windows color (decimal): -12418590 or 14844226. OLE color: 14844226.

HSL color Cylindrical-coordinate representation of color #4281E2: hue angle of 216.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4281E2 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB66129226-
CMYK0.710.4300.11
HSL216.38º73.39%57.25%-
HSV(B)216.38º70.8%88.63%-
XYZ23.8222.3575.01-
YUV121.22187.1388.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 226 (88.67% from 255) = 53.68%
R=15.68%
G=30.64%
B=53.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal661292260.710.4300.11216.3873.3957.25
Hex4281E2472B0Bd84939
Octal1022013421075301333011171
Binary10000101000000111100010100011110101101011110110001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4281e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4281e2; }

 p { color: rgb(66,129,226); }

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

<style>
 a { background-color: #4281e2; }

 a { background-color: rgb(66,129,226); }

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

<style>
 span { border-color: #4281e2; }

 span { border-color: rgb(66,129,226); }

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