Html Css Color HEX #285BEC Royal Blue

📋 copy color: '#285BEC'

red 40 ◦ green 91 ◦ blue 236

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

Shades of Royal Blue #285BEC

Tints of Royal Blue #285BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

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

R = 10.9%
G = 24.8%
B = 64.31%

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

#285BEC (or 0x285BEC) is known color: Royal Blue. HEX triplet: 28, 5B and EC. RGB value is (40,91,236). Sum of RGB (Red+Green+Blue) = 40+91+236=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #285BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BEC is #D7A413. Grayscale: #5B5B5B. Windows color (decimal): -14132244 or 15489832. OLE color: 15489832.

HSL color Cylindrical-coordinate representation of color #285BEC: hue angle of 224.39º 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 #285BEC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 91 236 -
CMYK 0.83 0.61 0 0.07
HSL 224.39º 0.84% 0.54% -
HSV(B) 224.39º 0.83% 0.93% -
XYZ 19.76 13.99 81.02 -
YUV 92.28 209.1 90.71 -
System Red Green Blue C M Y K H S L
Decimal 40 91 236 0.83 0.61 0 0.07 224.39 0.84 0.54
Hex 28 5B EC 53 3D 0 7 E0 54 36
Octal 50 133 354 123 75 0 7 340 124 66
Binary 101000 1011011 11101100 1010011 111101 0 111 11100000 1010100 110110

Color Harmonies of #285BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BEC

Black with #285BEC

Text Example


Text Example

White with #285BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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