Html Css Color HEX #285FDD Royal Blue

📋 copy color: '#285FDD'

red 40 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #285FDD

Tints of Royal Blue #285FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.69%

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

R = 11.24%
G = 26.69%
B = 62.08%

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

#285FDD (or 0x285FDD) is known color: Royal Blue. HEX triplet: 28, 5F and DD. RGB value is (40,95,221). Sum of RGB (Red+Green+Blue) = 40+95+221=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #285FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285FDD is #D7A022. Grayscale: #5C5C5C. Windows color (decimal): -14131235 or 14507816. OLE color: 14507816.

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

Color convert

RGB 40 95 221 -
CMYK 0.82 0.57 0 0.13
HSL 221.77º 0.73% 0.51% -
HSV(B) 221.77º 0.82% 0.87% -
XYZ 18.02 13.86 70.13 -
YUV 92.92 200.28 90.25 -
System Red Green Blue C M Y K H S L
Decimal 40 95 221 0.82 0.57 0 0.13 221.77 0.73 0.51
Hex 28 5F DD 52 39 0 D DE 49 33
Octal 50 137 335 122 71 0 15 336 111 63
Binary 101000 1011111 11011101 1010010 111001 0 1101 11011110 1001001 110011

Color Harmonies of #285FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FDD

Black with #285FDD

Text Example


Text Example

White with #285FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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