Html Css Color HEX #2864FE Royal Blue

📋 copy color: '#2864FE'

red 40 ◦ green 100 ◦ blue 254

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

Shades of Royal Blue #2864FE

Tints of Royal Blue #2864FE

RGB

 RED value IS 40 (16.02% from 255) = 10.15%

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

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

R = 10.15%
G = 25.38%
B = 64.47%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2864FE (or 0x2864FE) is known color: Royal Blue. HEX triplet: 28, 64 and FE. RGB value is (40,100,254). Sum of RGB (Red+Green+Blue) = 40+100+254=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #2864FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2864FE is #D79B01. Grayscale: #626262. Windows color (decimal): -14129922 or 16671784. OLE color: 16671784.

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

Color convert

RGB 40 100 254 -
CMYK 0.84 0.61 0 0.00
HSL 223.18º 0.99% 0.58% -
HSV(B) 223.18º 0.84% 1% -
XYZ 23.32 16.72 95.76 -
YUV 99.62 215.12 85.48 -
System Red Green Blue C M Y K H S L
Decimal 40 100 254 0.84 0.61 0 0.00 223.18 0.99 0.58
Hex 28 64 FE 54 3D 0 0 DF 63 3A
Octal 50 144 376 124 75 0 0 337 143 72
Binary 101000 1100100 11111110 1010100 111101 0 0 11011111 1100011 111010

Color Harmonies of #2864FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864FE

Black with #2864FE

Text Example


Text Example

White with #2864FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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