Html Css Color HEX #285ADD Royal Blue

📋 copy color: '#285ADD'

red 40 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #285ADD

Tints of Royal Blue #285ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.64%

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 11.4%
G = 25.64%
B = 62.96%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#285ADD (or 0x285ADD) is known color: Royal Blue. HEX triplet: 28, 5A and DD. RGB value is (40,90,221). Sum of RGB (Red+Green+Blue) = 40+90+221=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #285ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ADD is #D7A522. Grayscale: #595959. Windows color (decimal): -14132515 or 14506536. OLE color: 14506536.

HSL color Cylindrical-coordinate representation of color #285ADD: hue angle of 223.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285ADD is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 90 221 -
CMYK 0.82 0.59 0 0.13
HSL 223.43º 0.73% 0.51% -
HSV(B) 223.43º 0.82% 0.87% -
XYZ 17.58 12.98 69.99 -
YUV 89.98 201.94 92.35 -
System Red Green Blue C M Y K H S L
Decimal 40 90 221 0.82 0.59 0 0.13 223.43 0.73 0.51
Hex 28 5A DD 52 3B 0 D DF 49 33
Octal 50 132 335 122 73 0 15 337 111 63
Binary 101000 1011010 11011101 1010010 111011 0 1101 11011111 1001001 110011

Color Harmonies of #285ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ADD

Black with #285ADD

Text Example


Text Example

White with #285ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,90,221); }

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

background-color css

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

 a { background-color: rgb(40,90,221); }

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

border-color css

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

 span { border-color: rgb(40,90,221); }

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