Html Css Color HEX #285CFF Royal Blue

📋 copy color: '#285CFF'

red 40 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #285CFF

Tints of Royal Blue #285CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.89%

R = 10.34%
G = 23.77%
B = 65.89%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#285CFF (or 0x285CFF) is known color: Royal Blue. HEX triplet: 28, 5C and FF. RGB value is (40,92,255). Sum of RGB (Red+Green+Blue) = 40+92+255=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #285CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285CFF is #D7A300. Grayscale: #5E5E5E. Windows color (decimal): -14131969 or 16735272. OLE color: 16735272.

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

Color convert

RGB 40 92 255 -
CMYK 0.84 0.64 0 0
HSL 225.49º 1% 0.58% -
HSV(B) 225.49º 0.84% 1% -
XYZ 22.75 15.33 96.37 -
YUV 95.03 218.27 88.75 -
System Red Green Blue C M Y K H S L
Decimal 40 92 255 0.84 0.64 0 0 225.49 1 0.58
Hex 28 5C FF 54 40 0 0 E1 64 3A
Octal 50 134 377 124 100 0 0 341 144 72
Binary 101000 1011100 11111111 1010100 1000000 0 0 11100001 1100100 111010

Color Harmonies of #285CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CFF

Black with #285CFF

Text Example


Text Example

White with #285CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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