Html Css Color HEX #2864FA Royal Blue

📋 copy color: '#2864FA'

red 40 ◦ green 100 ◦ blue 250

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

Shades of Royal Blue #2864FA

Tints of Royal Blue #2864FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.1%

R = 10.26%
G = 25.64%
B = 64.1%

CMYK

 C value IS 0.84

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2864FA (or 0x2864FA) is known color: Royal Blue. HEX triplet: 28, 64 and FA. RGB value is (40,100,250). Sum of RGB (Red+Green+Blue) = 40+100+250=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #2864FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2864FA is #D79B05. Grayscale: #626262. Windows color (decimal): -14129926 or 16409640. OLE color: 16409640.

HSL color Cylindrical-coordinate representation of color #2864FA: hue angle of 222.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2864FA is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 100 250 -
CMYK 0.84 0.6 0 0.02
HSL 222.86º 0.95% 0.57% -
HSV(B) 222.86º 0.84% 0.98% -
XYZ 22.69 16.47 92.43 -
YUV 99.16 213.12 85.8 -
System Red Green Blue C M Y K H S L
Decimal 40 100 250 0.84 0.6 0 0.02 222.86 0.95 0.57
Hex 28 64 FA 54 3C 0 2 DF 5F 39
Octal 50 144 372 124 74 0 2 337 137 71
Binary 101000 1100100 11111010 1010100 111100 0 10 11011111 1011111 111001

Color Harmonies of #2864FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2864FA

Black with #2864FA

Text Example


Text Example

White with #2864FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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