Html Css Color HEX #2251ED Royal Blue

📋 copy color: '#2251ED'

red 34 ◦ green 81 ◦ blue 237

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

Shades of Royal Blue #2251ED

Tints of Royal Blue #2251ED

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.01%

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

R = 9.66%
G = 23.01%
B = 67.33%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2251ED (or 0x2251ED) is known color: Royal Blue. HEX triplet: 22, 51 and ED. RGB value is (34,81,237). Sum of RGB (Red+Green+Blue) = 34+81+237=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #2251ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2251ED is #DDAE12. Grayscale: #545454. Windows color (decimal): -14528019 or 15552802. OLE color: 15552802.

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

Color convert

RGB 34 81 237 -
CMYK 0.86 0.66 0 0.07
HSL 226.11º 0.85% 0.53% -
HSV(B) 226.11º 0.86% 0.93% -
XYZ 18.89 12.34 81.51 -
YUV 84.73 213.93 91.82 -
System Red Green Blue C M Y K H S L
Decimal 34 81 237 0.86 0.66 0 0.07 226.11 0.85 0.53
Hex 22 51 ED 56 42 0 7 E2 55 35
Octal 42 121 355 126 102 0 7 342 125 65
Binary 100010 1010001 11101101 1010110 1000010 0 111 11100010 1010101 110101

Color Harmonies of #2251ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2251ED

Black with #2251ED

Text Example


Text Example

White with #2251ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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