Html Css Color HEX #2856FD Royal Blue

📋 copy color: '#2856FD'

red 40 ◦ green 86 ◦ blue 253

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

Shades of Royal Blue #2856FD

Tints of Royal Blue #2856FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

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

R = 10.55%
G = 22.69%
B = 66.75%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2856FD (or 0x2856FD) is known color: Royal Blue. HEX triplet: 28, 56 and FD. RGB value is (40,86,253). Sum of RGB (Red+Green+Blue) = 40+86+253=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #2856FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2856FD is #D7A902. Grayscale: #5A5A5A. Windows color (decimal): -14133507 or 16602664. OLE color: 16602664.

HSL color Cylindrical-coordinate representation of color #2856FD: hue angle of 227.04º 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 #2856FD is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 86 253 -
CMYK 0.84 0.66 0 0.01
HSL 227.04º 0.98% 0.57% -
HSV(B) 227.04º 0.84% 0.99% -
XYZ 21.93 14.2 94.51 -
YUV 91.28 219.26 91.42 -
System Red Green Blue C M Y K H S L
Decimal 40 86 253 0.84 0.66 0 0.01 227.04 0.98 0.57
Hex 28 56 FD 54 42 0 1 E3 62 39
Octal 50 126 375 124 102 0 1 343 142 71
Binary 101000 1010110 11111101 1010100 1000010 0 1 11100011 1100010 111001

Color Harmonies of #2856FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856FD

Black with #2856FD

Text Example


Text Example

White with #2856FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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