Html Css Color HEX #285FD8 Royal Blue

📋 copy color: '#285FD8'

red 40 ◦ green 95 ◦ blue 216

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

Shades of Royal Blue #285FD8

Tints of Royal Blue #285FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 61.54%

R = 11.4%
G = 27.07%
B = 61.54%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#285FD8 (or 0x285FD8) is known color: Royal Blue. HEX triplet: 28, 5F and D8. RGB value is (40,95,216). Sum of RGB (Red+Green+Blue) = 40+95+216=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #285FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285FD8 is #D7A027. Grayscale: #5B5B5B. Windows color (decimal): -14131240 or 14180136. OLE color: 14180136.

HSL color Cylindrical-coordinate representation of color #285FD8: hue angle of 221.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285FD8 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 95 216 -
CMYK 0.81 0.56 0 0.15
HSL 221.25º 0.69% 0.5% -
HSV(B) 221.25º 0.81% 0.85% -
XYZ 17.36 13.59 66.67 -
YUV 92.35 197.78 90.66 -
System Red Green Blue C M Y K H S L
Decimal 40 95 216 0.81 0.56 0 0.15 221.25 0.69 0.5
Hex 28 5F D8 51 38 0 F DD 45 32
Octal 50 137 330 121 70 0 17 335 105 62
Binary 101000 1011111 11011000 1010001 111000 0 1111 11011101 1000101 110010

Color Harmonies of #285FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FD8

Black with #285FD8

Text Example


Text Example

White with #285FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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