#2260EA

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

Shades of Royal Blue #2260EA

Tints of Royal Blue #2260EA

Color information

#2260EA (or 0x2260EA) is unknown color: approx Royal Blue. HEX triplet: 22, 60 and EA. RGB value is (34,96,234). Sum of RGB (Red+Green+Blue) = 34+96+234=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #2260EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2260EA is #DD9F15. Grayscale: #5C5C5C. Windows color (decimal): -14524182 or 15360034. OLE color: 15360034.

HSL color Cylindrical-coordinate representation of color #2260EA: hue angle of 221.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2260EA is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3496234-
CMYK0.850.5900.08
HSL221.4º82.64%52.55%-
HSV(B)221.4º85.47%91.76%-
XYZ19.6914.6579.63-
YUV93.19207.4685.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.34%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 234 (91.80% from 255) = 64.29%
R=9.34%
G=26.37%
B=64.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal34962340.850.5900.08221.482.6452.55
Hex2260EA553B08dd5335
Octal421403521257301033512365
Binary100010110000011101010101010111101101000110111011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2260EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2260EA; }

 p { color: rgb(34,96,234); }

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

<style>
 a { background-color: #2260EA; }

 a { background-color: rgb(34,96,234); }

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

<style>
 span { border-color: #2260EA; }

 span { border-color: rgb(34,96,234); }

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