Html Css Color HEX #2554EF Royal Blue

📋 copy color: '#2554EF'

red 37 ◦ green 84 ◦ blue 239

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

Shades of Royal Blue #2554EF

Tints of Royal Blue #2554EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.39%

R = 10.28%
G = 23.33%
B = 66.39%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2554EF (or 0x2554EF) is known color: Royal Blue. HEX triplet: 25, 54 and EF. RGB value is (37,84,239). Sum of RGB (Red+Green+Blue) = 37+84+239=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #2554EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2554EF is #DAAB10. Grayscale: #565656. Windows color (decimal): -14330641 or 15684645. OLE color: 15684645.

HSL color Cylindrical-coordinate representation of color #2554EF: hue angle of 226.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2554EF is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 84 239 -
CMYK 0.85 0.65 0 0.06
HSL 226.04º 0.86% 0.54% -
HSV(B) 226.04º 0.85% 0.94% -
XYZ 19.51 12.97 83.14 -
YUV 87.62 213.43 91.9 -
System Red Green Blue C M Y K H S L
Decimal 37 84 239 0.85 0.65 0 0.06 226.04 0.86 0.54
Hex 25 54 EF 55 41 0 6 E2 56 36
Octal 45 124 357 125 101 0 6 342 126 66
Binary 100101 1010100 11101111 1010101 1000001 0 110 11100010 1010110 110110

Color Harmonies of #2554EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2554EF

Black with #2554EF

Text Example


Text Example

White with #2554EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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