Html Css Color HEX #2551ED Royal Blue

📋 copy color: '#2551ED'

red 37 ◦ green 81 ◦ blue 237

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

Shades of Royal Blue #2551ED

Tints of Royal Blue #2551ED

RGB

 RED value IS 37 (14.84% from 255) = 10.42%

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

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

R = 10.42%
G = 22.82%
B = 66.76%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2551ED (or 0x2551ED) is known color: Royal Blue. HEX triplet: 25, 51 and ED. RGB value is (37,81,237). Sum of RGB (Red+Green+Blue) = 37+81+237=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #2551ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2551ED is #DAAE12. Grayscale: #545454. Windows color (decimal): -14331411 or 15552805. OLE color: 15552805.

HSL color Cylindrical-coordinate representation of color #2551ED: hue angle of 226.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2551ED is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 81 237 -
CMYK 0.84 0.66 0 0.07
HSL 226.8º 0.85% 0.54% -
HSV(B) 226.8º 0.84% 0.93% -
XYZ 18.99 12.39 81.51 -
YUV 85.63 213.42 93.32 -
System Red Green Blue C M Y K H S L
Decimal 37 81 237 0.84 0.66 0 0.07 226.8 0.85 0.54
Hex 25 51 ED 54 42 0 7 E3 55 36
Octal 45 121 355 124 102 0 7 343 125 66
Binary 100101 1010001 11101101 1010100 1000010 0 111 11100011 1010101 110110

Color Harmonies of #2551ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2551ED

Black with #2551ED

Text Example


Text Example

White with #2551ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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