Html Css Color HEX #285BDB Royal Blue

📋 copy color: '#285BDB'

red 40 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #285BDB

Tints of Royal Blue #285BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

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

R = 11.43%
G = 26%
B = 62.57%

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

#285BDB (or 0x285BDB) is known color: Royal Blue. HEX triplet: 28, 5B and DB. RGB value is (40,91,219). Sum of RGB (Red+Green+Blue) = 40+91+219=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #285BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BDB is #D7A424. Grayscale: #595959. Windows color (decimal): -14132261 or 14375720. OLE color: 14375720.

HSL color Cylindrical-coordinate representation of color #285BDB: hue angle of 222.91º 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 #285BDB is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 91 219 -
CMYK 0.82 0.58 0 0.14
HSL 222.91º 0.71% 0.51% -
HSV(B) 222.91º 0.82% 0.86% -
XYZ 17.4 13.05 68.62 -
YUV 90.34 200.6 92.09 -
System Red Green Blue C M Y K H S L
Decimal 40 91 219 0.82 0.58 0 0.14 222.91 0.71 0.51
Hex 28 5B DB 52 3A 0 E DF 47 33
Octal 50 133 333 122 72 0 16 337 107 63
Binary 101000 1011011 11011011 1010010 111010 0 1110 11011111 1000111 110011

Color Harmonies of #285BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BDB

Black with #285BDB

Text Example


Text Example

White with #285BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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