Html Css Color HEX #2856EA Royal Blue

📋 copy color: '#2856EA'

red 40 ◦ green 86 ◦ blue 234

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

Shades of Royal Blue #2856EA

Tints of Royal Blue #2856EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65%

R = 11.11%
G = 23.89%
B = 65%

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

#2856EA (or 0x2856EA) is known color: Royal Blue. HEX triplet: 28, 56 and EA. RGB value is (40,86,234). Sum of RGB (Red+Green+Blue) = 40+86+234=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #2856EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2856EA is #D7A915. Grayscale: #585858. Windows color (decimal): -14133526 or 15357480. OLE color: 15357480.

HSL color Cylindrical-coordinate representation of color #2856EA: hue angle of 225.77º degrees, saturation: 0.82, 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 #2856EA is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 86 234 -
CMYK 0.83 0.63 0 0.08
HSL 225.77º 0.82% 0.54% -
HSV(B) 225.77º 0.83% 0.92% -
XYZ 19.05 13.05 79.36 -
YUV 89.12 209.76 92.97 -
System Red Green Blue C M Y K H S L
Decimal 40 86 234 0.83 0.63 0 0.08 225.77 0.82 0.54
Hex 28 56 EA 53 3F 0 8 E2 52 36
Octal 50 126 352 123 77 0 10 342 122 66
Binary 101000 1010110 11101010 1010011 111111 0 1000 11100010 1010010 110110

Color Harmonies of #2856EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856EA

Black with #2856EA

Text Example


Text Example

White with #2856EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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