Html Css Color HEX #2556EA Royal Blue

📋 copy color: '#2556EA'

red 37 ◦ green 86 ◦ blue 234

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

Shades of Royal Blue #2556EA

Tints of Royal Blue #2556EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.09%

 BLUE value IS 234 (91.8% from 255) = 65.55%

R = 10.36%
G = 24.09%
B = 65.55%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2556EA (or 0x2556EA) is known color: Royal Blue. HEX triplet: 25, 56 and EA. RGB value is (37,86,234). Sum of RGB (Red+Green+Blue) = 37+86+234=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #2556EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2556EA is #DAA915. Grayscale: #575757. Windows color (decimal): -14330134 or 15357477. OLE color: 15357477.

HSL color Cylindrical-coordinate representation of color #2556EA: hue angle of 225.08º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2556EA is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 86 234 -
CMYK 0.84 0.63 0 0.08
HSL 225.08º 0.82% 0.53% -
HSV(B) 225.08º 0.84% 0.92% -
XYZ 18.94 12.99 79.35 -
YUV 88.22 210.27 91.47 -
System Red Green Blue C M Y K H S L
Decimal 37 86 234 0.84 0.63 0 0.08 225.08 0.82 0.53
Hex 25 56 EA 54 3F 0 8 E1 52 35
Octal 45 126 352 124 77 0 10 341 122 65
Binary 100101 1010110 11101010 1010100 111111 0 1000 11100001 1010010 110101

Color Harmonies of #2556EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2556EA

Black with #2556EA

Text Example


Text Example

White with #2556EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2556EA; }

 p { color: rgb(37,86,234); }

 H1.HeaderClassName
 {
   color: #2556EA;
 }
 .AnyTagClassName
 {
   color: #2556EA;
 }
</style>

background-color css

<style>
 a { background-color: #2556EA; }

 a { background-color: rgb(37,86,234); }

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

border-color css

<style>
 span { border-color: #2556EA; }

 span { border-color: rgb(37,86,234); }

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