Html Css Color HEX #2554E9 Royal Blue

📋 copy color: '#2554E9'

red 37 ◦ green 84 ◦ blue 233

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

Shades of Royal Blue #2554E9

Tints of Royal Blue #2554E9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.73%

 BLUE value IS 233 (91.41% from 255) = 65.82%

R = 10.45%
G = 23.73%
B = 65.82%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2554E9 (or 0x2554E9) is known color: Royal Blue. HEX triplet: 25, 54 and E9. RGB value is (37,84,233). Sum of RGB (Red+Green+Blue) = 37+84+233=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 233 (91.41% from 255 or 65.82% from 354); Max value from RGB is 233 - color contains mainly: blue. Hex color #2554E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2554E9 is #DAAB16. Grayscale: #565656. Windows color (decimal): -14330647 or 15291429. OLE color: 15291429.

HSL color Cylindrical-coordinate representation of color #2554E9: hue angle of 225.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2554E9 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 84 233 -
CMYK 0.84 0.64 0 0.09
HSL 225.61º 0.82% 0.53% -
HSV(B) 225.61º 0.84% 0.91% -
XYZ 18.64 12.62 78.54 -
YUV 86.93 210.43 92.38 -
System Red Green Blue C M Y K H S L
Decimal 37 84 233 0.84 0.64 0 0.09 225.61 0.82 0.53
Hex 25 54 E9 54 40 0 9 E2 52 35
Octal 45 124 351 124 100 0 11 342 122 65
Binary 100101 1010100 11101001 1010100 1000000 0 1001 11100010 1010010 110101

Color Harmonies of #2554E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2554E9

Black with #2554E9

Text Example


Text Example

White with #2554E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2554E9; }

 p { color: rgb(37,84,233); }

 H1.HeaderClassName
 {
   color: #2554E9;
 }
 .AnyTagClassName
 {
   color: #2554E9;
 }
</style>

background-color css

<style>
 a { background-color: #2554E9; }

 a { background-color: rgb(37,84,233); }

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

border-color css

<style>
 span { border-color: #2554E9; }

 span { border-color: rgb(37,84,233); }

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