Html Css Color HEX #2255EB Royal Blue

📋 copy color: '#2255EB'

red 34 ◦ green 85 ◦ blue 235

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

Shades of Royal Blue #2255EB

Tints of Royal Blue #2255EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 9.6%
G = 24.01%
B = 66.38%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2255EB (or 0x2255EB) is known color: Royal Blue. HEX triplet: 22, 55 and EB. RGB value is (34,85,235). Sum of RGB (Red+Green+Blue) = 34+85+235=354 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.60% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #2255EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2255EB is #DDAA14. Grayscale: #565656. Windows color (decimal): -14526997 or 15422754. OLE color: 15422754.

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

Color convert

RGB 34 85 235 -
CMYK 0.86 0.64 0 0.08
HSL 224.78º 0.83% 0.53% -
HSV(B) 224.78º 0.86% 0.92% -
XYZ 18.9 12.84 80.08 -
YUV 86.85 211.6 90.3 -
System Red Green Blue C M Y K H S L
Decimal 34 85 235 0.86 0.64 0 0.08 224.78 0.83 0.53
Hex 22 55 EB 56 40 0 8 E1 53 35
Octal 42 125 353 126 100 0 10 341 123 65
Binary 100010 1010101 11101011 1010110 1000000 0 1000 11100001 1010011 110101

Color Harmonies of #2255EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2255EB

Black with #2255EB

Text Example


Text Example

White with #2255EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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