Html Css Color HEX #285DFC Royal Blue

📋 copy color: '#285DFC'

red 40 ◦ green 93 ◦ blue 252

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

Shades of Royal Blue #285DFC

Tints of Royal Blue #285DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.45%

R = 10.39%
G = 24.16%
B = 65.45%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#285DFC (or 0x285DFC) is known color: Royal Blue. HEX triplet: 28, 5D and FC. RGB value is (40,93,252). Sum of RGB (Red+Green+Blue) = 40+93+252=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #285DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DFC is #D7A203. Grayscale: #5E5E5E. Windows color (decimal): -14131716 or 16538920. OLE color: 16538920.

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

Color convert

RGB 40 93 252 -
CMYK 0.84 0.63 0 0.01
HSL 225º 0.97% 0.57% -
HSV(B) 225º 0.84% 0.99% -
XYZ 22.36 15.31 93.87 -
YUV 95.28 216.44 88.57 -
System Red Green Blue C M Y K H S L
Decimal 40 93 252 0.84 0.63 0 0.01 225 0.97 0.57
Hex 28 5D FC 54 3F 0 1 E1 61 39
Octal 50 135 374 124 77 0 1 341 141 71
Binary 101000 1011101 11111100 1010100 111111 0 1 11100001 1100001 111001

Color Harmonies of #285DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DFC

Black with #285DFC

Text Example


Text Example

White with #285DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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