Html Css Color HEX #2252ED Royal Blue

📋 copy color: '#2252ED'

red 34 ◦ green 82 ◦ blue 237

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

Shades of Royal Blue #2252ED

Tints of Royal Blue #2252ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

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

R = 9.63%
G = 23.23%
B = 67.14%

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

#2252ED (or 0x2252ED) is known color: Royal Blue. HEX triplet: 22, 52 and ED. RGB value is (34,82,237). Sum of RGB (Red+Green+Blue) = 34+82+237=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #2252ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2252ED is #DDAD12. Grayscale: #545454. Windows color (decimal): -14527763 or 15553058. OLE color: 15553058.

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

Color convert

RGB 34 82 237 -
CMYK 0.86 0.65 0 0.07
HSL 225.81º 0.85% 0.53% -
HSV(B) 225.81º 0.86% 0.93% -
XYZ 18.96 12.49 81.53 -
YUV 85.32 213.6 91.4 -
System Red Green Blue C M Y K H S L
Decimal 34 82 237 0.86 0.65 0 0.07 225.81 0.85 0.53
Hex 22 52 ED 56 41 0 7 E2 55 35
Octal 42 122 355 126 101 0 7 342 125 65
Binary 100010 1010010 11101101 1010110 1000001 0 111 11100010 1010101 110101

Color Harmonies of #2252ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2252ED

Black with #2252ED

Text Example


Text Example

White with #2252ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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