Html Css Color HEX #285BEB Royal Blue

📋 copy color: '#285BEB'

red 40 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #285BEB

Tints of Royal Blue #285BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 10.93%
G = 24.86%
B = 64.21%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#285BEB (or 0x285BEB) is known color: Royal Blue. HEX triplet: 28, 5B and EB. RGB value is (40,91,235). Sum of RGB (Red+Green+Blue) = 40+91+235=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #285BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285BEB is #D7A414. Grayscale: #5B5B5B. Windows color (decimal): -14132245 or 15424296. OLE color: 15424296.

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

Color convert

RGB 40 91 235 -
CMYK 0.83 0.61 0 0.08
HSL 224.31º 0.83% 0.54% -
HSV(B) 224.31º 0.83% 0.92% -
XYZ 19.61 13.93 80.25 -
YUV 92.17 208.6 90.79 -
System Red Green Blue C M Y K H S L
Decimal 40 91 235 0.83 0.61 0 0.08 224.31 0.83 0.54
Hex 28 5B EB 53 3D 0 8 E0 53 36
Octal 50 133 353 123 75 0 10 340 123 66
Binary 101000 1011011 11101011 1010011 111101 0 1000 11100000 1010011 110110

Color Harmonies of #285BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BEB

Black with #285BEB

Text Example


Text Example

White with #285BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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