Html Css Color HEX #285CEB Royal Blue

📋 copy color: '#285CEB'

red 40 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #285CEB

Tints of Royal Blue #285CEB

RGB

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

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

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

R = 10.9%
G = 25.07%
B = 64.03%

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

#285CEB (or 0x285CEB) is known color: Royal Blue. HEX triplet: 28, 5C and EB. RGB value is (40,92,235). Sum of RGB (Red+Green+Blue) = 40+92+235=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #285CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CEB is #D7A314. Grayscale: #5C5C5C. Windows color (decimal): -14131989 or 15424552. OLE color: 15424552.

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

Color convert

RGB 40 92 235 -
CMYK 0.83 0.61 0 0.08
HSL 224º 0.83% 0.54% -
HSV(B) 224º 0.83% 0.92% -
XYZ 19.7 14.1 80.28 -
YUV 92.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 40 92 235 0.83 0.61 0 0.08 224 0.83 0.54
Hex 28 5C EB 53 3D 0 8 E0 53 36
Octal 50 134 353 123 75 0 10 340 123 66
Binary 101000 1011100 11101011 1010011 111101 0 1000 11100000 1010011 110110

Color Harmonies of #285CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CEB

Black with #285CEB

Text Example


Text Example

White with #285CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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