Html Css Color HEX #285EDD Royal Blue

📋 copy color: '#285EDD'

red 40 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #285EDD

Tints of Royal Blue #285EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

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

R = 11.27%
G = 26.48%
B = 62.25%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#285EDD (or 0x285EDD) is known color: Royal Blue. HEX triplet: 28, 5E and DD. RGB value is (40,94,221). Sum of RGB (Red+Green+Blue) = 40+94+221=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #285EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285EDD is #D7A122. Grayscale: #5B5B5B. Windows color (decimal): -14131491 or 14507560. OLE color: 14507560.

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

Color convert

RGB 40 94 221 -
CMYK 0.82 0.57 0 0.13
HSL 222.1º 0.73% 0.51% -
HSV(B) 222.1º 0.82% 0.87% -
XYZ 17.93 13.68 70.1 -
YUV 92.33 200.61 90.67 -
System Red Green Blue C M Y K H S L
Decimal 40 94 221 0.82 0.57 0 0.13 222.1 0.73 0.51
Hex 28 5E DD 52 39 0 D DE 49 33
Octal 50 136 335 122 71 0 15 336 111 63
Binary 101000 1011110 11011101 1010010 111001 0 1101 11011110 1001001 110011

Color Harmonies of #285EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285EDD

Black with #285EDD

Text Example


Text Example

White with #285EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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