Html Css Color HEX #2866F3 Royal Blue

📋 copy color: '#2866F3'

red 40 ◦ green 102 ◦ blue 243

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

Shades of Royal Blue #2866F3

Tints of Royal Blue #2866F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.12%

R = 10.39%
G = 26.49%
B = 63.12%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2866F3 (or 0x2866F3) is known color: Royal Blue. HEX triplet: 28, 66 and F3. RGB value is (40,102,243). Sum of RGB (Red+Green+Blue) = 40+102+243=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #2866F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2866F3 is #D7990C. Grayscale: #626262. Windows color (decimal): -14129421 or 15951400. OLE color: 15951400.

HSL color Cylindrical-coordinate representation of color #2866F3: hue angle of 221.67º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2866F3 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 102 243 -
CMYK 0.84 0.58 0 0.05
HSL 221.67º 0.89% 0.55% -
HSV(B) 221.67º 0.84% 0.95% -
XYZ 21.8 16.42 86.82 -
YUV 99.54 208.96 85.54 -
System Red Green Blue C M Y K H S L
Decimal 40 102 243 0.84 0.58 0 0.05 221.67 0.89 0.55
Hex 28 66 F3 54 3A 0 5 DE 59 37
Octal 50 146 363 124 72 0 5 336 131 67
Binary 101000 1100110 11110011 1010100 111010 0 101 11011110 1011001 110111

Color Harmonies of #2866F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2866F3

Black with #2866F3

Text Example


Text Example

White with #2866F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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