Html Css Color HEX #2859FB Royal Blue

📋 copy color: '#2859FB'

red 40 ◦ green 89 ◦ blue 251

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

Shades of Royal Blue #2859FB

Tints of Royal Blue #2859FB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

 BLUE value IS 251 (98.44% from 255) = 66.05%

R = 10.53%
G = 23.42%
B = 66.05%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2859FB (or 0x2859FB) is known color: Royal Blue. HEX triplet: 28, 59 and FB. RGB value is (40,89,251). Sum of RGB (Red+Green+Blue) = 40+89+251=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #2859FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2859FB is #D7A604. Grayscale: #5C5C5C. Windows color (decimal): -14132741 or 16472360. OLE color: 16472360.

HSL color Cylindrical-coordinate representation of color #2859FB: hue angle of 226.07º degrees, saturation: 0.96, 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 #2859FB is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 89 251 -
CMYK 0.84 0.65 0 0.02
HSL 226.07º 0.96% 0.57% -
HSV(B) 226.07º 0.84% 0.98% -
XYZ 21.86 14.56 92.93 -
YUV 92.82 217.27 90.33 -
System Red Green Blue C M Y K H S L
Decimal 40 89 251 0.84 0.65 0 0.02 226.07 0.96 0.57
Hex 28 59 FB 54 41 0 2 E2 60 39
Octal 50 131 373 124 101 0 2 342 140 71
Binary 101000 1011001 11111011 1010100 1000001 0 10 11100010 1100000 111001

Color Harmonies of #2859FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2859FB

Black with #2859FB

Text Example


Text Example

White with #2859FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2859FB; }

 p { color: rgb(40,89,251); }

 H1.HeaderClassName
 {
   color: #2859FB;
 }
 .AnyTagClassName
 {
   color: #2859FB;
 }
</style>

background-color css

<style>
 a { background-color: #2859FB; }

 a { background-color: rgb(40,89,251); }

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

border-color css

<style>
 span { border-color: #2859FB; }

 span { border-color: rgb(40,89,251); }

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