Html Css Color HEX #2564EB Royal Blue

📋 copy color: '#2564EB'

red 37 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #2564EB

Tints of Royal Blue #2564EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

 BLUE value IS 235 (92.19% from 255) = 63.17%

R = 9.95%
G = 26.88%
B = 63.17%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2564EB (or 0x2564EB) is known color: Royal Blue. HEX triplet: 25, 64 and EB. RGB value is (37,100,235). Sum of RGB (Red+Green+Blue) = 37+100+235=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #2564EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2564EB is #DA9B14. Grayscale: #5F5F5F. Windows color (decimal): -14326549 or 15426597. OLE color: 15426597.

HSL color Cylindrical-coordinate representation of color #2564EB: hue angle of 220.91º degrees, saturation: 0.83, 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 #2564EB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 100 235 -
CMYK 0.84 0.57 0 0.08
HSL 220.91º 0.83% 0.53% -
HSV(B) 220.91º 0.84% 0.92% -
XYZ 20.32 15.51 80.52 -
YUV 96.55 206.13 85.52 -
System Red Green Blue C M Y K H S L
Decimal 37 100 235 0.84 0.57 0 0.08 220.91 0.83 0.53
Hex 25 64 EB 54 39 0 8 DD 53 35
Octal 45 144 353 124 71 0 10 335 123 65
Binary 100101 1100100 11101011 1010100 111001 0 1000 11011101 1010011 110101

Color Harmonies of #2564EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2564EB

Black with #2564EB

Text Example


Text Example

White with #2564EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2564EB; }

 p { color: rgb(37,100,235); }

 H1.HeaderClassName
 {
   color: #2564EB;
 }
 .AnyTagClassName
 {
   color: #2564EB;
 }
</style>

background-color css

<style>
 a { background-color: #2564EB; }

 a { background-color: rgb(37,100,235); }

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

border-color css

<style>
 span { border-color: #2564EB; }

 span { border-color: rgb(37,100,235); }

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