Html Css Color HEX #5287DD Cornflower Blue

📋 copy color: '#5287DD'

red 82 ◦ green 135 ◦ blue 221

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

Shades of Cornflower Blue #5287DD

Tints of Cornflower Blue #5287DD

RGB

 RED value IS 82 (32.42% from 255) = 18.72%

 GREEN value IS 135 (53.13% from 255) = 30.82%

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

R = 18.72%
G = 30.82%
B = 50.46%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5287DD (or 0x5287DD) is known color: Cornflower Blue. HEX triplet: 52, 87 and DD. RGB value is (82,135,221). Sum of RGB (Red+Green+Blue) = 82+135+221=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #5287DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5287DD is #AD7822. Grayscale: #808080. Windows color (decimal): -11368483 or 14518098. OLE color: 14518098.

HSL color Cylindrical-coordinate representation of color #5287DD: hue angle of 217.12º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5287DD is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 135 221 -
CMYK 0.63 0.39 0 0.13
HSL 217.12º 0.67% 0.59% -
HSV(B) 217.12º 0.63% 0.87% -
XYZ 25.19 24.34 71.78 -
YUV 128.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 82 135 221 0.63 0.39 0 0.13 217.12 0.67 0.59
Hex 52 87 DD 3F 27 0 D D9 43 3B
Octal 122 207 335 77 47 0 15 331 103 73
Binary 1010010 10000111 11011101 111111 100111 0 1101 11011001 1000011 111011

Color Harmonies of #5287DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5287DD

Black with #5287DD

Text Example


Text Example

White with #5287DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5287DD; }

 p { color: rgb(82,135,221); }

 H1.HeaderClassName
 {
   color: #5287DD;
 }
 .AnyTagClassName
 {
   color: #5287DD;
 }
</style>

background-color css

<style>
 a { background-color: #5287DD; }

 a { background-color: rgb(82,135,221); }

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

border-color css

<style>
 span { border-color: #5287DD; }

 span { border-color: rgb(82,135,221); }

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