Html Css Color HEX #2859FD Royal Blue

📋 copy color: '#2859FD'

red 40 ◦ green 89 ◦ blue 253

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

Shades of Royal Blue #2859FD

Tints of Royal Blue #2859FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 10.47%
G = 23.3%
B = 66.23%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2859FD (or 0x2859FD) is known color: Royal Blue. HEX triplet: 28, 59 and FD. RGB value is (40,89,253). Sum of RGB (Red+Green+Blue) = 40+89+253=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #2859FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2859FD is #D7A602. Grayscale: #5C5C5C. Windows color (decimal): -14132739 or 16603432. OLE color: 16603432.

HSL color Cylindrical-coordinate representation of color #2859FD: hue angle of 226.2º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2859FD is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 89 253 -
CMYK 0.84 0.65 0 0.01
HSL 226.2º 0.98% 0.57% -
HSV(B) 226.2º 0.84% 0.99% -
XYZ 22.18 14.69 94.59 -
YUV 93.05 218.27 90.16 -
System Red Green Blue C M Y K H S L
Decimal 40 89 253 0.84 0.65 0 0.01 226.2 0.98 0.57
Hex 28 59 FD 54 41 0 1 E2 62 39
Octal 50 131 375 124 101 0 1 342 142 71
Binary 101000 1011001 11111101 1010100 1000001 0 1 11100010 1100010 111001

Color Harmonies of #2859FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2859FD

Black with #2859FD

Text Example


Text Example

White with #2859FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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