Html Css Color HEX #285BDC Royal Blue

📋 copy color: '#285BDC'

red 40 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #285BDC

Tints of Royal Blue #285BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 11.4%
G = 25.93%
B = 62.68%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#285BDC (or 0x285BDC) is known color: Royal Blue. HEX triplet: 28, 5B and DC. RGB value is (40,91,220). Sum of RGB (Red+Green+Blue) = 40+91+220=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #285BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BDC is #D7A423. Grayscale: #595959. Windows color (decimal): -14132260 or 14441256. OLE color: 14441256.

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

Color convert

RGB 40 91 220 -
CMYK 0.82 0.59 0 0.14
HSL 223º 0.72% 0.51% -
HSV(B) 223º 0.82% 0.86% -
XYZ 17.53 13.1 69.31 -
YUV 90.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 40 91 220 0.82 0.59 0 0.14 223 0.72 0.51
Hex 28 5B DC 52 3B 0 E DF 48 33
Octal 50 133 334 122 73 0 16 337 110 63
Binary 101000 1011011 11011100 1010010 111011 0 1110 11011111 1001000 110011

Color Harmonies of #285BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BDC

Black with #285BDC

Text Example


Text Example

White with #285BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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