Html Css Color HEX #2564DD Royal Blue

📋 copy color: '#2564DD'

red 37 ◦ green 100 ◦ blue 221

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

Shades of Royal Blue #2564DD

Tints of Royal Blue #2564DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 10.34%
G = 27.93%
B = 61.73%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2564DD (or 0x2564DD) is known color: Royal Blue. HEX triplet: 25, 64 and DD. RGB value is (37,100,221). Sum of RGB (Red+Green+Blue) = 37+100+221=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #2564DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2564DD is #DA9B22. Grayscale: #5E5E5E. Windows color (decimal): -14326563 or 14509093. OLE color: 14509093.

HSL color Cylindrical-coordinate representation of color #2564DD: hue angle of 219.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2564DD is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 100 221 -
CMYK 0.83 0.55 0 0.13
HSL 219.46º 0.73% 0.51% -
HSV(B) 219.46º 0.83% 0.87% -
XYZ 18.37 14.73 70.28 -
YUV 94.96 199.13 86.66 -
System Red Green Blue C M Y K H S L
Decimal 37 100 221 0.83 0.55 0 0.13 219.46 0.73 0.51
Hex 25 64 DD 53 37 0 D DB 49 33
Octal 45 144 335 123 67 0 15 333 111 63
Binary 100101 1100100 11011101 1010011 110111 0 1101 11011011 1001001 110011

Color Harmonies of #2564DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2564DD

Black with #2564DD

Text Example


Text Example

White with #2564DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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