Html Css Color HEX #285CE0 Royal Blue

📋 copy color: '#285CE0'

red 40 ◦ green 92 ◦ blue 224

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

Shades of Royal Blue #285CE0

Tints of Royal Blue #285CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 62.92%

R = 11.24%
G = 25.84%
B = 62.92%

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

#285CE0 (or 0x285CE0) is known color: Royal Blue. HEX triplet: 28, 5C and E0. RGB value is (40,92,224). Sum of RGB (Red+Green+Blue) = 40+92+224=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #285CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CE0 is #D7A31F. Grayscale: #5A5A5A. Windows color (decimal): -14132000 or 14703656. OLE color: 14703656.

HSL color Cylindrical-coordinate representation of color #285CE0: hue angle of 223.04º degrees, saturation: 0.75, 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 #285CE0 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 92 224 -
CMYK 0.82 0.59 0 0.12
HSL 223.04º 0.75% 0.52% -
HSV(B) 223.04º 0.82% 0.88% -
XYZ 18.16 13.49 72.17 -
YUV 91.5 202.77 91.27 -
System Red Green Blue C M Y K H S L
Decimal 40 92 224 0.82 0.59 0 0.12 223.04 0.75 0.52
Hex 28 5C E0 52 3B 0 C DF 4B 34
Octal 50 134 340 122 73 0 14 337 113 64
Binary 101000 1011100 11100000 1010010 111011 0 1100 11011111 1001011 110100

Color Harmonies of #285CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CE0

Black with #285CE0

Text Example


Text Example

White with #285CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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