Html Css Color HEX #2865EB Royal Blue

📋 copy color: '#2865EB'

red 40 ◦ green 101 ◦ blue 235

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

Shades of Royal Blue #2865EB

Tints of Royal Blue #2865EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 10.64%
G = 26.86%
B = 62.5%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2865EB (or 0x2865EB) is known color: Royal Blue. HEX triplet: 28, 65 and EB. RGB value is (40,101,235). Sum of RGB (Red+Green+Blue) = 40+101+235=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #2865EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865EB is #D79A14. Grayscale: #616161. Windows color (decimal): -14129685 or 15426856. OLE color: 15426856.

HSL color Cylindrical-coordinate representation of color #2865EB: hue angle of 221.23º 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 #2865EB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 101 235 -
CMYK 0.83 0.57 0 0.08
HSL 221.23º 0.83% 0.54% -
HSV(B) 221.23º 0.83% 0.92% -
XYZ 20.52 15.76 80.56 -
YUV 98.04 205.29 86.6 -
System Red Green Blue C M Y K H S L
Decimal 40 101 235 0.83 0.57 0 0.08 221.23 0.83 0.54
Hex 28 65 EB 53 39 0 8 DD 53 36
Octal 50 145 353 123 71 0 10 335 123 66
Binary 101000 1100101 11101011 1010011 111001 0 1000 11011101 1010011 110110

Color Harmonies of #2865EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2865EB

Black with #2865EB

Text Example


Text Example

White with #2865EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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