Html Css Color HEX #2564FE Royal Blue

📋 copy color: '#2564FE'

red 37 ◦ green 100 ◦ blue 254

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

Shades of Royal Blue #2564FE

Tints of Royal Blue #2564FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.96%

R = 9.46%
G = 25.58%
B = 64.96%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2564FE (or 0x2564FE) is known color: Royal Blue. HEX triplet: 25, 64 and FE. RGB value is (37,100,254). Sum of RGB (Red+Green+Blue) = 37+100+254=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #2564FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2564FE is #DA9B01. Grayscale: #626262. Windows color (decimal): -14326530 or 16671781. OLE color: 16671781.

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

Color convert

RGB 37 100 254 -
CMYK 0.85 0.61 0 0.00
HSL 222.58º 0.99% 0.57% -
HSV(B) 222.58º 0.85% 1% -
XYZ 23.21 16.66 95.76 -
YUV 98.72 215.63 83.98 -
System Red Green Blue C M Y K H S L
Decimal 37 100 254 0.85 0.61 0 0.00 222.58 0.99 0.57
Hex 25 64 FE 55 3D 0 0 DF 63 39
Octal 45 144 376 125 75 0 0 337 143 71
Binary 100101 1100100 11111110 1010101 111101 0 0 11011111 1100011 111001

Color Harmonies of #2564FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2564FE

Black with #2564FE

Text Example


Text Example

White with #2564FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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