Html Css Color HEX #285DFE Royal Blue

📋 copy color: '#285DFE'

red 40 ◦ green 93 ◦ blue 254

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

Shades of Royal Blue #285DFE

Tints of Royal Blue #285DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 10.34%
G = 24.03%
B = 65.63%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#285DFE (or 0x285DFE) is known color: Royal Blue. HEX triplet: 28, 5D and FE. RGB value is (40,93,254). Sum of RGB (Red+Green+Blue) = 40+93+254=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #285DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DFE is #D7A201. Grayscale: #5E5E5E. Windows color (decimal): -14131714 or 16669992. OLE color: 16669992.

HSL color Cylindrical-coordinate representation of color #285DFE: hue angle of 225.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285DFE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 93 254 -
CMYK 0.84 0.63 0 0.00
HSL 225.14º 0.99% 0.58% -
HSV(B) 225.14º 0.84% 1% -
XYZ 22.68 15.44 95.55 -
YUV 95.51 217.44 88.41 -
System Red Green Blue C M Y K H S L
Decimal 40 93 254 0.84 0.63 0 0.00 225.14 0.99 0.58
Hex 28 5D FE 54 3F 0 0 E1 63 3A
Octal 50 135 376 124 77 0 0 341 143 72
Binary 101000 1011101 11111110 1010100 111111 0 0 11100001 1100011 111010

Color Harmonies of #285DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DFE

Black with #285DFE

Text Example


Text Example

White with #285DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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