Html Css Color HEX #285ADF Royal Blue

📋 copy color: '#285ADF'

red 40 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #285ADF

Tints of Royal Blue #285ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 11.33%
G = 25.5%
B = 63.17%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#285ADF (or 0x285ADF) is known color: Royal Blue. HEX triplet: 28, 5A and DF. RGB value is (40,90,223). Sum of RGB (Red+Green+Blue) = 40+90+223=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #285ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ADF is #D7A520. Grayscale: #595959. Windows color (decimal): -14132513 or 14637608. OLE color: 14637608.

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

Color convert

RGB 40 90 223 -
CMYK 0.82 0.60 0 0.13
HSL 223.61º 0.74% 0.52% -
HSV(B) 223.61º 0.82% 0.87% -
XYZ 17.85 13.09 71.4 -
YUV 90.21 202.94 92.19 -
System Red Green Blue C M Y K H S L
Decimal 40 90 223 0.82 0.60 0 0.13 223.61 0.74 0.52
Hex 28 5A DF 52 3C 0 D E0 4A 34
Octal 50 132 337 122 74 0 15 340 112 64
Binary 101000 1011010 11011111 1010010 111100 0 1101 11100000 1001010 110100

Color Harmonies of #285ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285ADF

Black with #285ADF

Text Example


Text Example

White with #285ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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