Html Css Color HEX #2862F9 Royal Blue

📋 copy color: '#2862F9'

red 40 ◦ green 98 ◦ blue 249

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

Shades of Royal Blue #2862F9

Tints of Royal Blue #2862F9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

 BLUE value IS 249 (97.66% from 255) = 64.34%

R = 10.34%
G = 25.32%
B = 64.34%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2862F9 (or 0x2862F9) is known color: Royal Blue. HEX triplet: 28, 62 and F9. RGB value is (40,98,249). Sum of RGB (Red+Green+Blue) = 40+98+249=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 249 (97.66% from 255 or 64.34% from 387); Max value from RGB is 249 - color contains mainly: blue. Hex color #2862F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2862F9 is #D79D06. Grayscale: #616161. Windows color (decimal): -14130439 or 16343592. OLE color: 16343592.

HSL color Cylindrical-coordinate representation of color #2862F9: hue angle of 223.35º 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 #2862F9 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 98 249 -
CMYK 0.84 0.61 0 0.02
HSL 223.35º 0.95% 0.57% -
HSV(B) 223.35º 0.84% 0.98% -
XYZ 22.34 16.03 91.54 -
YUV 97.87 213.28 86.72 -
System Red Green Blue C M Y K H S L
Decimal 40 98 249 0.84 0.61 0 0.02 223.35 0.95 0.57
Hex 28 62 F9 54 3D 0 2 DF 5F 39
Octal 50 142 371 124 75 0 2 337 137 71
Binary 101000 1100010 11111001 1010100 111101 0 10 11011111 1011111 111001

Color Harmonies of #2862F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2862F9

Black with #2862F9

Text Example


Text Example

White with #2862F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2862F9; }

 p { color: rgb(40,98,249); }

 H1.HeaderClassName
 {
   color: #2862F9;
 }
 .AnyTagClassName
 {
   color: #2862F9;
 }
</style>

background-color css

<style>
 a { background-color: #2862F9; }

 a { background-color: rgb(40,98,249); }

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

border-color css

<style>
 span { border-color: #2862F9; }

 span { border-color: rgb(40,98,249); }

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