Html Css Color HEX #2559FA Royal Blue

📋 copy color: '#2559FA'

red 37 ◦ green 89 ◦ blue 250

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

Shades of Royal Blue #2559FA

Tints of Royal Blue #2559FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 9.84%
G = 23.67%
B = 66.49%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2559FA (or 0x2559FA) is known color: Royal Blue. HEX triplet: 25, 59 and FA. RGB value is (37,89,250). Sum of RGB (Red+Green+Blue) = 37+89+250=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #2559FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2559FA is #DAA605. Grayscale: #5B5B5B. Windows color (decimal): -14329350 or 16406821. OLE color: 16406821.

HSL color Cylindrical-coordinate representation of color #2559FA: hue angle of 225.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2559FA is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 89 250 -
CMYK 0.85 0.64 0 0.02
HSL 225.35º 0.96% 0.56% -
HSV(B) 225.35º 0.85% 0.98% -
XYZ 21.59 14.44 92.09 -
YUV 91.81 217.27 88.91 -
System Red Green Blue C M Y K H S L
Decimal 37 89 250 0.85 0.64 0 0.02 225.35 0.96 0.56
Hex 25 59 FA 55 40 0 2 E1 60 38
Octal 45 131 372 125 100 0 2 341 140 70
Binary 100101 1011001 11111010 1010101 1000000 0 10 11100001 1100000 111000

Color Harmonies of #2559FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2559FA

Black with #2559FA

Text Example


Text Example

White with #2559FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2559FA; }

 p { color: rgb(37,89,250); }

 H1.HeaderClassName
 {
   color: #2559FA;
 }
 .AnyTagClassName
 {
   color: #2559FA;
 }
</style>

background-color css

<style>
 a { background-color: #2559FA; }

 a { background-color: rgb(37,89,250); }

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

border-color css

<style>
 span { border-color: #2559FA; }

 span { border-color: rgb(37,89,250); }

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