Html Css Color HEX #2864FC Royal Blue

📋 copy color: '#2864FC'

red 40 ◦ green 100 ◦ blue 252

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

Shades of Royal Blue #2864FC

Tints of Royal Blue #2864FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 10.2%
G = 25.51%
B = 64.29%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2864FC (or 0x2864FC) is known color: Royal Blue. HEX triplet: 28, 64 and FC. RGB value is (40,100,252). Sum of RGB (Red+Green+Blue) = 40+100+252=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #2864FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2864FC is #D79B03. Grayscale: #626262. Windows color (decimal): -14129924 or 16540712. OLE color: 16540712.

HSL color Cylindrical-coordinate representation of color #2864FC: hue angle of 223.02º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2864FC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 100 252 -
CMYK 0.84 0.60 0 0.01
HSL 223.02º 0.97% 0.57% -
HSV(B) 223.02º 0.84% 0.99% -
XYZ 23 16.59 94.09 -
YUV 99.39 214.12 85.64 -
System Red Green Blue C M Y K H S L
Decimal 40 100 252 0.84 0.60 0 0.01 223.02 0.97 0.57
Hex 28 64 FC 54 3C 0 1 DF 61 39
Octal 50 144 374 124 74 0 1 337 141 71
Binary 101000 1100100 11111100 1010100 111100 0 1 11011111 1100001 111001

Color Harmonies of #2864FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864FC

Black with #2864FC

Text Example


Text Example

White with #2864FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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