#2255ee

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

Shades of Royal Blue #2255EE

Tints of Royal Blue #2255EE

Color information

#2255EE (or 0x2255EE) is unknown color: approx Royal Blue. HEX triplet: 22, 55 and EE. RGB value is (34,85,238). Sum of RGB (Red+Green+Blue) = 34+85+238=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #2255EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2255EE is #DDAA11. Grayscale: #565656. Windows color (decimal): -14526994 or 15619362. OLE color: 15619362.

HSL color Cylindrical-coordinate representation of color #2255EE: hue angle of 225º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2255EE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3485238-
CMYK0.860.6400.07
HSL225º85.71%53.33%-
HSV(B)225º85.71%93.33%-
XYZ19.3413.0182.38-
YUV87.19213.190.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.52%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 238 (93.36% from 255) = 66.67%
R=9.52%
G=23.81%
B=66.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal34852380.860.6400.0722585.7153.33
Hex2255EE564007e15635
Octal421253561261000734112665
Binary100010101010111101110101011010000000111111000011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2255ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2255ee; }

 p { color: rgb(34,85,238); }

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

<style>
 a { background-color: #2255ee; }

 a { background-color: rgb(34,85,238); }

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

<style>
 span { border-color: #2255ee; }

 span { border-color: rgb(34,85,238); }

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