Html Css Color HEX #2855F5 Royal Blue

📋 copy color: '#2855F5'

red 40 ◦ green 85 ◦ blue 245

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

Shades of Royal Blue #2855F5

Tints of Royal Blue #2855F5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

 BLUE value IS 245 (96.09% from 255) = 66.22%

R = 10.81%
G = 22.97%
B = 66.22%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2855F5 (or 0x2855F5) is known color: Royal Blue. HEX triplet: 28, 55 and F5. RGB value is (40,85,245). Sum of RGB (Red+Green+Blue) = 40+85+245=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 245 (96.09% from 255 or 66.22% from 370); Max value from RGB is 245 - color contains mainly: blue. Hex color #2855F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2855F5 is #D7AA0A. Grayscale: #595959. Windows color (decimal): -14133771 or 16078120. OLE color: 16078120.

HSL color Cylindrical-coordinate representation of color #2855F5: hue angle of 226.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2855F5 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 85 245 -
CMYK 0.84 0.65 0 0.04
HSL 226.83º 0.91% 0.56% -
HSV(B) 226.83º 0.84% 0.96% -
XYZ 20.61 13.54 87.91 -
YUV 89.79 215.59 92.49 -
System Red Green Blue C M Y K H S L
Decimal 40 85 245 0.84 0.65 0 0.04 226.83 0.91 0.56
Hex 28 55 F5 54 41 0 4 E3 5B 38
Octal 50 125 365 124 101 0 4 343 133 70
Binary 101000 1010101 11110101 1010100 1000001 0 100 11100011 1011011 111000

Color Harmonies of #2855F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855F5

Black with #2855F5

Text Example


Text Example

White with #2855F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2855F5; }

 p { color: rgb(40,85,245); }

 H1.HeaderClassName
 {
   color: #2855F5;
 }
 .AnyTagClassName
 {
   color: #2855F5;
 }
</style>

background-color css

<style>
 a { background-color: #2855F5; }

 a { background-color: rgb(40,85,245); }

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

border-color css

<style>
 span { border-color: #2855F5; }

 span { border-color: rgb(40,85,245); }

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