Html Css Color HEX #2864EB Royal Blue

📋 copy color: '#2864EB'

red 40 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #2864EB

Tints of Royal Blue #2864EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 10.67%
G = 26.67%
B = 62.67%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2864EB (or 0x2864EB) is known color: Royal Blue. HEX triplet: 28, 64 and EB. RGB value is (40,100,235). Sum of RGB (Red+Green+Blue) = 40+100+235=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #2864EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2864EB is #D79B14. Grayscale: #606060. Windows color (decimal): -14129941 or 15426600. OLE color: 15426600.

HSL color Cylindrical-coordinate representation of color #2864EB: hue angle of 221.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2864EB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 100 235 -
CMYK 0.83 0.57 0 0.08
HSL 221.54º 0.83% 0.54% -
HSV(B) 221.54º 0.83% 0.92% -
XYZ 20.43 15.56 80.52 -
YUV 97.45 205.62 87.02 -
System Red Green Blue C M Y K H S L
Decimal 40 100 235 0.83 0.57 0 0.08 221.54 0.83 0.54
Hex 28 64 EB 53 39 0 8 DE 53 36
Octal 50 144 353 123 71 0 10 336 123 66
Binary 101000 1100100 11101011 1010011 111001 0 1000 11011110 1010011 110110

Color Harmonies of #2864EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864EB

Black with #2864EB

Text Example


Text Example

White with #2864EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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