Html Css Color HEX #285DE8 Royal Blue

📋 copy color: '#285DE8'

red 40 ◦ green 93 ◦ blue 232

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

Shades of Royal Blue #285DE8

Tints of Royal Blue #285DE8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

 BLUE value IS 232 (91.02% from 255) = 63.56%

R = 10.96%
G = 25.48%
B = 63.56%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#285DE8 (or 0x285DE8) is known color: Royal Blue. HEX triplet: 28, 5D and E8. RGB value is (40,93,232). Sum of RGB (Red+Green+Blue) = 40+93+232=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 232 (91.02% from 255 or 63.56% from 365); Max value from RGB is 232 - color contains mainly: blue. Hex color #285DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DE8 is #D7A217. Grayscale: #5C5C5C. Windows color (decimal): -14131736 or 15228200. OLE color: 15228200.

HSL color Cylindrical-coordinate representation of color #285DE8: hue angle of 223.44º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285DE8 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 93 232 -
CMYK 0.83 0.60 0 0.09
HSL 223.44º 0.81% 0.53% -
HSV(B) 223.44º 0.83% 0.91% -
XYZ 19.35 14.11 78.05 -
YUV 93 206.44 90.2 -
System Red Green Blue C M Y K H S L
Decimal 40 93 232 0.83 0.60 0 0.09 223.44 0.81 0.53
Hex 28 5D E8 53 3C 0 9 DF 51 35
Octal 50 135 350 123 74 0 11 337 121 65
Binary 101000 1011101 11101000 1010011 111100 0 1001 11011111 1010001 110101

Color Harmonies of #285DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DE8

Black with #285DE8

Text Example


Text Example

White with #285DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,93,232); }

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

background-color css

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

 a { background-color: rgb(40,93,232); }

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

border-color css

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

 span { border-color: rgb(40,93,232); }

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