Html Css Color HEX #2255ED Royal Blue

📋 copy color: '#2255ED'

red 34 ◦ green 85 ◦ blue 237

#2255ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2255ED

Tints of Royal Blue #2255ED

RGB

 RED value IS 34 (13.67% from 255) = 9.55%

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 237 (92.97% from 255) = 66.57%

R = 9.55%
G = 23.88%
B = 66.57%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2255ED (or 0x2255ED) is known color: Royal Blue. HEX triplet: 22, 55 and ED. RGB value is (34,85,237). Sum of RGB (Red+Green+Blue) = 34+85+237=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #2255ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2255ED is #DDAA12. Grayscale: #565656. Windows color (decimal): -14526995 or 15553826. OLE color: 15553826.

HSL color Cylindrical-coordinate representation of color #2255ED: hue angle of 224.93º degrees, saturation: 0.85, 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 #2255ED is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 85 237 -
CMYK 0.86 0.64 0 0.07
HSL 224.93º 0.85% 0.53% -
HSV(B) 224.93º 0.86% 0.93% -
XYZ 19.19 12.95 81.61 -
YUV 87.08 212.6 90.14 -
System Red Green Blue C M Y K H S L
Decimal 34 85 237 0.86 0.64 0 0.07 224.93 0.85 0.53
Hex 22 55 ED 56 40 0 7 E1 55 35
Octal 42 125 355 126 100 0 7 341 125 65
Binary 100010 1010101 11101101 1010110 1000000 0 111 11100001 1010101 110101

Color Harmonies of #2255ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2255ED

Black with #2255ED

Text Example


Text Example

White with #2255ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2255ED;
 }
 .AnyTagClassName
 {
   color: #2255ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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