Html Css Color HEX #285DDA Royal Blue

📋 copy color: '#285DDA'

red 40 ◦ green 93 ◦ blue 218

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

Shades of Royal Blue #285DDA

Tints of Royal Blue #285DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.11%

R = 11.4%
G = 26.5%
B = 62.11%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#285DDA (or 0x285DDA) is known color: Royal Blue. HEX triplet: 28, 5D and DA. RGB value is (40,93,218). Sum of RGB (Red+Green+Blue) = 40+93+218=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #285DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DDA is #D7A225. Grayscale: #5A5A5A. Windows color (decimal): -14131750 or 14310696. OLE color: 14310696.

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

Color convert

RGB 40 93 218 -
CMYK 0.82 0.57 0 0.15
HSL 222.13º 0.71% 0.51% -
HSV(B) 222.13º 0.82% 0.85% -
XYZ 17.44 13.34 67.99 -
YUV 91.4 199.44 91.34 -
System Red Green Blue C M Y K H S L
Decimal 40 93 218 0.82 0.57 0 0.15 222.13 0.71 0.51
Hex 28 5D DA 52 39 0 F DE 47 33
Octal 50 135 332 122 71 0 17 336 107 63
Binary 101000 1011101 11011010 1010010 111001 0 1111 11011110 1000111 110011

Color Harmonies of #285DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DDA

Black with #285DDA

Text Example


Text Example

White with #285DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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