Html Css Color HEX #285DFD Royal Blue

📋 copy color: '#285DFD'

red 40 ◦ green 93 ◦ blue 253

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

Shades of Royal Blue #285DFD

Tints of Royal Blue #285DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 10.36%
G = 24.09%
B = 65.54%

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

#285DFD (or 0x285DFD) is known color: Royal Blue. HEX triplet: 28, 5D and FD. RGB value is (40,93,253). Sum of RGB (Red+Green+Blue) = 40+93+253=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #285DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DFD is #D7A202. Grayscale: #5E5E5E. Windows color (decimal): -14131715 or 16604456. OLE color: 16604456.

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

Color convert

RGB 40 93 253 -
CMYK 0.84 0.63 0 0.01
HSL 225.07º 0.98% 0.57% -
HSV(B) 225.07º 0.84% 0.99% -
XYZ 22.52 15.37 94.71 -
YUV 95.39 216.94 88.49 -
System Red Green Blue C M Y K H S L
Decimal 40 93 253 0.84 0.63 0 0.01 225.07 0.98 0.57
Hex 28 5D FD 54 3F 0 1 E1 62 39
Octal 50 135 375 124 77 0 1 341 142 71
Binary 101000 1011101 11111101 1010100 111111 0 1 11100001 1100010 111001

Color Harmonies of #285DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DFD

Black with #285DFD

Text Example


Text Example

White with #285DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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