Html Css Color HEX #2864DF Royal Blue

📋 copy color: '#2864DF'

red 40 ◦ green 100 ◦ blue 223

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

Shades of Royal Blue #2864DF

Tints of Royal Blue #2864DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 11.02%
G = 27.55%
B = 61.43%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2864DF (or 0x2864DF) is known color: Royal Blue. HEX triplet: 28, 64 and DF. RGB value is (40,100,223). Sum of RGB (Red+Green+Blue) = 40+100+223=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #2864DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864DF is #D79B20. Grayscale: #5F5F5F. Windows color (decimal): -14129953 or 14640168. OLE color: 14640168.

HSL color Cylindrical-coordinate representation of color #2864DF: hue angle of 220.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2864DF is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 100 223 -
CMYK 0.82 0.55 0 0.13
HSL 220.33º 0.74% 0.52% -
HSV(B) 220.33º 0.82% 0.87% -
XYZ 18.75 14.89 71.7 -
YUV 96.08 199.62 88 -
System Red Green Blue C M Y K H S L
Decimal 40 100 223 0.82 0.55 0 0.13 220.33 0.74 0.52
Hex 28 64 DF 52 37 0 D DC 4A 34
Octal 50 144 337 122 67 0 15 334 112 64
Binary 101000 1100100 11011111 1010010 110111 0 1101 11011100 1001010 110100

Color Harmonies of #2864DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864DF

Black with #2864DF

Text Example


Text Example

White with #2864DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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