Html Css Color HEX #285DEC Royal Blue

📋 copy color: '#285DEC'

red 40 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #285DEC

Tints of Royal Blue #285DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 10.84%
G = 25.2%
B = 63.96%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#285DEC (or 0x285DEC) is known color: Royal Blue. HEX triplet: 28, 5D and EC. RGB value is (40,93,236). Sum of RGB (Red+Green+Blue) = 40+93+236=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #285DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DEC is #D7A213. Grayscale: #5C5C5C. Windows color (decimal): -14131732 or 15490344. OLE color: 15490344.

HSL color Cylindrical-coordinate representation of color #285DEC: hue angle of 223.78º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #285DEC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 93 236 -
CMYK 0.83 0.61 0 0.07
HSL 223.78º 0.84% 0.54% -
HSV(B) 223.78º 0.83% 0.93% -
XYZ 19.93 14.34 81.07 -
YUV 93.46 208.44 89.87 -
System Red Green Blue C M Y K H S L
Decimal 40 93 236 0.83 0.61 0 0.07 223.78 0.84 0.54
Hex 28 5D EC 53 3D 0 7 E0 54 36
Octal 50 135 354 123 75 0 7 340 124 66
Binary 101000 1011101 11101100 1010011 111101 0 111 11100000 1010100 110110

Color Harmonies of #285DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DEC

Black with #285DEC

Text Example


Text Example

White with #285DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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