Html Css Color HEX #285CE1 Royal Blue

📋 copy color: '#285CE1'

red 40 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #285CE1

Tints of Royal Blue #285CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 225 (88.28% from 255) = 63.03%

R = 11.2%
G = 25.77%
B = 63.03%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#285CE1 (or 0x285CE1) is known color: Royal Blue. HEX triplet: 28, 5C and E1. RGB value is (40,92,225). Sum of RGB (Red+Green+Blue) = 40+92+225=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #285CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CE1 is #D7A31E. Grayscale: #5B5B5B. Windows color (decimal): -14131999 or 14769192. OLE color: 14769192.

HSL color Cylindrical-coordinate representation of color #285CE1: hue angle of 223.14º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285CE1 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 92 225 -
CMYK 0.82 0.59 0 0.12
HSL 223.14º 0.76% 0.52% -
HSV(B) 223.14º 0.82% 0.88% -
XYZ 18.29 13.54 72.88 -
YUV 91.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 40 92 225 0.82 0.59 0 0.12 223.14 0.76 0.52
Hex 28 5C E1 52 3B 0 C DF 4C 34
Octal 50 134 341 122 73 0 14 337 114 64
Binary 101000 1011100 11100001 1010010 111011 0 1100 11011111 1001100 110100

Color Harmonies of #285CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CE1

Black with #285CE1

Text Example


Text Example

White with #285CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285CE1; }

 p { color: rgb(40,92,225); }

 H1.HeaderClassName
 {
   color: #285CE1;
 }
 .AnyTagClassName
 {
   color: #285CE1;
 }
</style>

background-color css

<style>
 a { background-color: #285CE1; }

 a { background-color: rgb(40,92,225); }

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

border-color css

<style>
 span { border-color: #285CE1; }

 span { border-color: rgb(40,92,225); }

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