Html Css Color HEX #2864EC Royal Blue

📋 copy color: '#2864EC'

red 40 ◦ green 100 ◦ blue 236

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

Shades of Royal Blue #2864EC

Tints of Royal Blue #2864EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 10.64%
G = 26.6%
B = 62.77%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2864EC (or 0x2864EC) is known color: Royal Blue. HEX triplet: 28, 64 and EC. RGB value is (40,100,236). Sum of RGB (Red+Green+Blue) = 40+100+236=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #2864EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2864EC is #D79B13. Grayscale: #606060. Windows color (decimal): -14129940 or 15492136. OLE color: 15492136.

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

Color convert

RGB 40 100 236 -
CMYK 0.83 0.58 0 0.07
HSL 221.63º 0.84% 0.54% -
HSV(B) 221.63º 0.83% 0.93% -
XYZ 20.57 15.62 81.29 -
YUV 97.56 206.12 86.94 -
System Red Green Blue C M Y K H S L
Decimal 40 100 236 0.83 0.58 0 0.07 221.63 0.84 0.54
Hex 28 64 EC 53 3A 0 7 DE 54 36
Octal 50 144 354 123 72 0 7 336 124 66
Binary 101000 1100100 11101100 1010011 111010 0 111 11011110 1010100 110110

Color Harmonies of #2864EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864EC

Black with #2864EC

Text Example


Text Example

White with #2864EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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