Html Css Color HEX #2866E4 Royal Blue

📋 copy color: '#2866E4'

red 40 ◦ green 102 ◦ blue 228

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

Shades of Royal Blue #2866E4

Tints of Royal Blue #2866E4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.57%

 BLUE value IS 228 (89.45% from 255) = 61.62%

R = 10.81%
G = 27.57%
B = 61.62%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2866E4 (or 0x2866E4) is known color: Royal Blue. HEX triplet: 28, 66 and E4. RGB value is (40,102,228). Sum of RGB (Red+Green+Blue) = 40+102+228=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 228 (89.45% from 255 or 61.62% from 370); Max value from RGB is 228 - color contains mainly: blue. Hex color #2866E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2866E4 is #D7991B. Grayscale: #616161. Windows color (decimal): -14129436 or 14968360. OLE color: 14968360.

HSL color Cylindrical-coordinate representation of color #2866E4: hue angle of 220.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2866E4 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 40 102 228 -
CMYK 0.82 0.55 0 0.11
HSL 220.21º 0.78% 0.53% -
HSV(B) 220.21º 0.82% 0.89% -
XYZ 19.63 15.56 75.37 -
YUV 97.83 201.46 86.75 -
System Red Green Blue C M Y K H S L
Decimal 40 102 228 0.82 0.55 0 0.11 220.21 0.78 0.53
Hex 28 66 E4 52 37 0 B DC 4E 35
Octal 50 146 344 122 67 0 13 334 116 65
Binary 101000 1100110 11100100 1010010 110111 0 1011 11011100 1001110 110101

Color Harmonies of #2866E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2866E4

Black with #2866E4

Text Example


Text Example

White with #2866E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2866E4; }

 p { color: rgb(40,102,228); }

 H1.HeaderClassName
 {
   color: #2866E4;
 }
 .AnyTagClassName
 {
   color: #2866E4;
 }
</style>

background-color css

<style>
 a { background-color: #2866E4; }

 a { background-color: rgb(40,102,228); }

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

border-color css

<style>
 span { border-color: #2866E4; }

 span { border-color: rgb(40,102,228); }

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