Html Css Color HEX #2564FF Royal Blue

📋 copy color: '#2564FF'

red 37 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #2564FF

Tints of Royal Blue #2564FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.05%

R = 9.44%
G = 25.51%
B = 65.05%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2564FF (or 0x2564FF) is known color: Royal Blue. HEX triplet: 25, 64 and FF. RGB value is (37,100,255). Sum of RGB (Red+Green+Blue) = 37+100+255=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #2564FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2564FF is #DA9B00. Grayscale: #626262. Windows color (decimal): -14326529 or 16737317. OLE color: 16737317.

HSL color Cylindrical-coordinate representation of color #2564FF: hue angle of 222.66º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2564FF is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 100 255 -
CMYK 0.85 0.61 0 0
HSL 222.66º 1% 0.57% -
HSV(B) 222.66º 0.85% 1% -
XYZ 23.37 16.73 96.6 -
YUV 98.83 216.13 83.9 -
System Red Green Blue C M Y K H S L
Decimal 37 100 255 0.85 0.61 0 0 222.66 1 0.57
Hex 25 64 FF 55 3D 0 0 DF 64 39
Octal 45 144 377 125 75 0 0 337 144 71
Binary 100101 1100100 11111111 1010101 111101 0 0 11011111 1100100 111001

Color Harmonies of #2564FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2564FF

Black with #2564FF

Text Example


Text Example

White with #2564FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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