Html Css Color HEX #2856EB Royal Blue

📋 copy color: '#2856EB'

red 40 ◦ green 86 ◦ blue 235

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

Shades of Royal Blue #2856EB

Tints of Royal Blue #2856EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 11.08%
G = 23.82%
B = 65.1%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2856EB (or 0x2856EB) is known color: Royal Blue. HEX triplet: 28, 56 and EB. RGB value is (40,86,235). Sum of RGB (Red+Green+Blue) = 40+86+235=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #2856EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2856EB is #D7A914. Grayscale: #585858. Windows color (decimal): -14133525 or 15423016. OLE color: 15423016.

HSL color Cylindrical-coordinate representation of color #2856EB: hue angle of 225.85º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2856EB is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 86 235 -
CMYK 0.83 0.63 0 0.08
HSL 225.85º 0.83% 0.54% -
HSV(B) 225.85º 0.83% 0.92% -
XYZ 19.2 13.1 80.11 -
YUV 89.23 210.26 92.88 -
System Red Green Blue C M Y K H S L
Decimal 40 86 235 0.83 0.63 0 0.08 225.85 0.83 0.54
Hex 28 56 EB 53 3F 0 8 E2 53 36
Octal 50 126 353 123 77 0 10 342 123 66
Binary 101000 1010110 11101011 1010011 111111 0 1000 11100010 1010011 110110

Color Harmonies of #2856EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856EB

Black with #2856EB

Text Example


Text Example

White with #2856EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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