Html Css Color HEX #2253EE Royal Blue

📋 copy color: '#2253EE'

red 34 ◦ green 83 ◦ blue 238

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

Shades of Royal Blue #2253EE

Tints of Royal Blue #2253EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 238 (93.36% from 255) = 67.04%

R = 9.58%
G = 23.38%
B = 67.04%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2253EE (or 0x2253EE) is known color: Royal Blue. HEX triplet: 22, 53 and EE. RGB value is (34,83,238). Sum of RGB (Red+Green+Blue) = 34+83+238=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #2253EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2253EE is #DDAC11. Grayscale: #555555. Windows color (decimal): -14527506 or 15618850. OLE color: 15618850.

HSL color Cylindrical-coordinate representation of color #2253EE: hue angle of 225.59º 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 #2253EE is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 83 238 -
CMYK 0.86 0.65 0 0.07
HSL 225.59º 0.86% 0.53% -
HSV(B) 225.59º 0.86% 0.93% -
XYZ 19.19 12.7 82.33 -
YUV 86.02 213.77 90.9 -
System Red Green Blue C M Y K H S L
Decimal 34 83 238 0.86 0.65 0 0.07 225.59 0.86 0.53
Hex 22 53 EE 56 41 0 7 E2 56 35
Octal 42 123 356 126 101 0 7 342 126 65
Binary 100010 1010011 11101110 1010110 1000001 0 111 11100010 1010110 110101

Color Harmonies of #2253EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2253EE

Black with #2253EE

Text Example


Text Example

White with #2253EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2253EE; }

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

 H1.HeaderClassName
 {
   color: #2253EE;
 }
 .AnyTagClassName
 {
   color: #2253EE;
 }
</style>

background-color css

<style>
 a { background-color: #2253EE; }

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

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

border-color css

<style>
 span { border-color: #2253EE; }

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

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