Html Css Color HEX #2861F9 Royal Blue

📋 copy color: '#2861F9'

red 40 ◦ green 97 ◦ blue 249

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

Shades of Royal Blue #2861F9

Tints of Royal Blue #2861F9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 10.36%
G = 25.13%
B = 64.51%

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

#2861F9 (or 0x2861F9) is known color: Royal Blue. HEX triplet: 28, 61 and F9. RGB value is (40,97,249). Sum of RGB (Red+Green+Blue) = 40+97+249=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 249 (97.66% from 255 or 64.51% from 386); Max value from RGB is 249 - color contains mainly: blue. Hex color #2861F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2861F9 is #D79E06. Grayscale: #606060. Windows color (decimal): -14130695 or 16343336. OLE color: 16343336.

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

Color convert

RGB 40 97 249 -
CMYK 0.84 0.61 0 0.02
HSL 223.64º 0.95% 0.57% -
HSV(B) 223.64º 0.84% 0.98% -
XYZ 22.25 15.84 91.51 -
YUV 97.29 213.62 87.14 -
System Red Green Blue C M Y K H S L
Decimal 40 97 249 0.84 0.61 0 0.02 223.64 0.95 0.57
Hex 28 61 F9 54 3D 0 2 E0 5F 39
Octal 50 141 371 124 75 0 2 340 137 71
Binary 101000 1100001 11111001 1010100 111101 0 10 11100000 1011111 111001

Color Harmonies of #2861F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2861F9

Black with #2861F9

Text Example


Text Example

White with #2861F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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