Html Css Color HEX #285FEB Royal Blue

📋 copy color: '#285FEB'

red 40 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #285FEB

Tints of Royal Blue #285FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.68%

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

R = 10.81%
G = 25.68%
B = 63.51%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#285FEB (or 0x285FEB) is known color: Royal Blue. HEX triplet: 28, 5F and EB. RGB value is (40,95,235). Sum of RGB (Red+Green+Blue) = 40+95+235=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #285FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285FEB is #D7A014. Grayscale: #5D5D5D. Windows color (decimal): -14131221 or 15425320. OLE color: 15425320.

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

Color convert

RGB 40 95 235 -
CMYK 0.83 0.60 0 0.08
HSL 223.08º 0.83% 0.54% -
HSV(B) 223.08º 0.83% 0.92% -
XYZ 19.96 14.63 80.37 -
YUV 94.52 207.28 89.12 -
System Red Green Blue C M Y K H S L
Decimal 40 95 235 0.83 0.60 0 0.08 223.08 0.83 0.54
Hex 28 5F EB 53 3C 0 8 DF 53 36
Octal 50 137 353 123 74 0 10 337 123 66
Binary 101000 1011111 11101011 1010011 111100 0 1000 11011111 1010011 110110

Color Harmonies of #285FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FEB

Black with #285FEB

Text Example


Text Example

White with #285FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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