#284EEA

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

Shades of Royal Blue #284EEA

Tints of Royal Blue #284EEA

Color information

#284EEA (or 0x284EEA) is unknown color: approx Royal Blue. HEX triplet: 28, 4E and EA. RGB value is (40,78,234). Sum of RGB (Red+Green+Blue) = 40+78+234=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #284EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284EEA is #D7B115. Grayscale: #535353. Windows color (decimal): -14135574 or 15355432. OLE color: 15355432.

HSL color Cylindrical-coordinate representation of color #284EEA: hue angle of 228.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284EEA is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4078234-
CMYK0.830.6700.08
HSL228.25º82.2%53.73%-
HSV(B)228.25º82.91%91.76%-
XYZ18.4511.8479.15-
YUV84.42212.4196.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.36%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 234 (91.80% from 255) = 66.48%
R=11.36%
G=22.16%
B=66.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal40782340.830.6700.08228.2582.253.73
Hex284EEA534308e45236
Octal5011635212310301034412266
Binary1010001001110111010101010011100001101000111001001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284EEA; }

 p { color: rgb(40,78,234); }

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

<style>
 a { background-color: #284EEA; }

 a { background-color: rgb(40,78,234); }

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

<style>
 span { border-color: #284EEA; }

 span { border-color: rgb(40,78,234); }

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