Html Css Color HEX #2865F3 Royal Blue

📋 copy color: '#2865F3'

red 40 ◦ green 101 ◦ blue 243

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

Shades of Royal Blue #2865F3

Tints of Royal Blue #2865F3

RGB

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

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

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

R = 10.42%
G = 26.3%
B = 63.28%

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

#2865F3 (or 0x2865F3) is known color: Royal Blue. HEX triplet: 28, 65 and F3. RGB value is (40,101,243). Sum of RGB (Red+Green+Blue) = 40+101+243=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #2865F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865F3 is #D79A0C. Grayscale: #626262. Windows color (decimal): -14129677 or 15951144. OLE color: 15951144.

HSL color Cylindrical-coordinate representation of color #2865F3: hue angle of 221.97º 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 #2865F3 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 101 243 -
CMYK 0.84 0.58 0 0.05
HSL 221.97º 0.89% 0.55% -
HSV(B) 221.97º 0.84% 0.95% -
XYZ 21.71 16.23 86.78 -
YUV 98.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 40 101 243 0.84 0.58 0 0.05 221.97 0.89 0.55
Hex 28 65 F3 54 3A 0 5 DE 59 37
Octal 50 145 363 124 72 0 5 336 131 67
Binary 101000 1100101 11110011 1010100 111010 0 101 11011110 1011001 110111

Color Harmonies of #2865F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2865F3

Black with #2865F3

Text Example


Text Example

White with #2865F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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