Html Css Color HEX #285FFF Royal Blue

📋 copy color: '#285FFF'

red 40 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #285FFF

Tints of Royal Blue #285FFF

RGB

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

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

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

R = 10.26%
G = 24.36%
B = 65.38%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#285FFF (or 0x285FFF) is known color: Royal Blue. HEX triplet: 28, 5F and FF. RGB value is (40,95,255). Sum of RGB (Red+Green+Blue) = 40+95+255=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #285FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285FFF is #D7A000. Grayscale: #606060. Windows color (decimal): -14131201 or 16736040. OLE color: 16736040.

HSL color Cylindrical-coordinate representation of color #285FFF: hue angle of 224.65º 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 #285FFF is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 40 95 255 -
CMYK 0.84 0.63 0 0
HSL 224.65º 1% 0.58% -
HSV(B) 224.65º 0.84% 1% -
XYZ 23.02 15.86 96.46 -
YUV 96.8 217.28 87.49 -
System Red Green Blue C M Y K H S L
Decimal 40 95 255 0.84 0.63 0 0 224.65 1 0.58
Hex 28 5F FF 54 3F 0 0 E1 64 3A
Octal 50 137 377 124 77 0 0 341 144 72
Binary 101000 1011111 11111111 1010100 111111 0 0 11100001 1100100 111010

Color Harmonies of #285FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FFF

Black with #285FFF

Text Example


Text Example

White with #285FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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