Html Css Color HEX #285DFB Royal Blue

📋 copy color: '#285DFB'

red 40 ◦ green 93 ◦ blue 251

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

Shades of Royal Blue #285DFB

Tints of Royal Blue #285DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 10.42%
G = 24.22%
B = 65.36%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#285DFB (or 0x285DFB) is known color: Royal Blue. HEX triplet: 28, 5D and FB. RGB value is (40,93,251). Sum of RGB (Red+Green+Blue) = 40+93+251=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #285DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285DFB is #D7A204. Grayscale: #5E5E5E. Windows color (decimal): -14131717 or 16473384. OLE color: 16473384.

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

Color convert

RGB 40 93 251 -
CMYK 0.84 0.63 0 0.02
HSL 224.93º 0.96% 0.57% -
HSV(B) 224.93º 0.84% 0.98% -
XYZ 22.2 15.24 93.04 -
YUV 95.17 215.94 88.65 -
System Red Green Blue C M Y K H S L
Decimal 40 93 251 0.84 0.63 0 0.02 224.93 0.96 0.57
Hex 28 5D FB 54 3F 0 2 E1 60 39
Octal 50 135 373 124 77 0 2 341 140 71
Binary 101000 1011101 11111011 1010100 111111 0 10 11100001 1100000 111001

Color Harmonies of #285DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DFB

Black with #285DFB

Text Example


Text Example

White with #285DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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