Html Css Color HEX #285DDB Royal Blue

📋 copy color: '#285DDB'

red 40 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #285DDB

Tints of Royal Blue #285DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 11.36%
G = 26.42%
B = 62.22%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#285DDB (or 0x285DDB) is known color: Royal Blue. HEX triplet: 28, 5D and DB. RGB value is (40,93,219). Sum of RGB (Red+Green+Blue) = 40+93+219=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #285DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DDB is #D7A224. Grayscale: #5A5A5A. Windows color (decimal): -14131749 or 14376232. OLE color: 14376232.

HSL color Cylindrical-coordinate representation of color #285DDB: hue angle of 222.23º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285DDB is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 93 219 -
CMYK 0.82 0.58 0 0.14
HSL 222.23º 0.71% 0.51% -
HSV(B) 222.23º 0.82% 0.86% -
XYZ 17.58 13.39 68.68 -
YUV 91.52 199.94 91.25 -
System Red Green Blue C M Y K H S L
Decimal 40 93 219 0.82 0.58 0 0.14 222.23 0.71 0.51
Hex 28 5D DB 52 3A 0 E DE 47 33
Octal 50 135 333 122 72 0 16 336 107 63
Binary 101000 1011101 11011011 1010010 111010 0 1110 11011110 1000111 110011

Color Harmonies of #285DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DDB

Black with #285DDB

Text Example


Text Example

White with #285DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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