Html Css Color HEX #2864FF Royal Blue

📋 copy color: '#2864FF'

red 40 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #2864FF

Tints of Royal Blue #2864FF

RGB

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

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

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

R = 10.13%
G = 25.32%
B = 64.56%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2864FF (or 0x2864FF) is known color: Royal Blue. HEX triplet: 28, 64 and FF. RGB value is (40,100,255). Sum of RGB (Red+Green+Blue) = 40+100+255=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #2864FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2864FF is #D79B00. Grayscale: #636363. Windows color (decimal): -14129921 or 16737320. OLE color: 16737320.

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

Color convert

RGB 40 100 255 -
CMYK 0.84 0.61 0 0
HSL 223.26º 1% 0.58% -
HSV(B) 223.26º 0.84% 1% -
XYZ 23.48 16.79 96.61 -
YUV 99.73 215.62 85.4 -
System Red Green Blue C M Y K H S L
Decimal 40 100 255 0.84 0.61 0 0 223.26 1 0.58
Hex 28 64 FF 54 3D 0 0 DF 64 3A
Octal 50 144 377 124 75 0 0 337 144 72
Binary 101000 1100100 11111111 1010100 111101 0 0 11011111 1100100 111010

Color Harmonies of #2864FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864FF

Black with #2864FF

Text Example


Text Example

White with #2864FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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