Html Css Color HEX #285CDA Royal Blue

📋 copy color: '#285CDA'

red 40 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #285CDA

Tints of Royal Blue #285CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 11.43%
G = 26.29%
B = 62.29%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#285CDA (or 0x285CDA) is known color: Royal Blue. HEX triplet: 28, 5C and DA. RGB value is (40,92,218). Sum of RGB (Red+Green+Blue) = 40+92+218=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #285CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CDA is #D7A325. Grayscale: #5A5A5A. Windows color (decimal): -14132006 or 14310440. OLE color: 14310440.

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

Color convert

RGB 40 92 218 -
CMYK 0.82 0.58 0 0.15
HSL 222.47º 0.71% 0.51% -
HSV(B) 222.47º 0.82% 0.85% -
XYZ 17.36 13.17 67.96 -
YUV 90.82 199.77 91.75 -
System Red Green Blue C M Y K H S L
Decimal 40 92 218 0.82 0.58 0 0.15 222.47 0.71 0.51
Hex 28 5C DA 52 3A 0 F DE 47 33
Octal 50 134 332 122 72 0 17 336 107 63
Binary 101000 1011100 11011010 1010010 111010 0 1111 11011110 1000111 110011

Color Harmonies of #285CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CDA

Black with #285CDA

Text Example


Text Example

White with #285CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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