Html Css Color HEX #5287DF Cornflower Blue

📋 copy color: '#5287DF'

red 82 ◦ green 135 ◦ blue 223

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

Shades of Cornflower Blue #5287DF

Tints of Cornflower Blue #5287DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 18.64%
G = 30.68%
B = 50.68%

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

#5287DF (or 0x5287DF) is known color: Cornflower Blue. HEX triplet: 52, 87 and DF. RGB value is (82,135,223). Sum of RGB (Red+Green+Blue) = 82+135+223=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #5287DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5287DF is #AD7820. Grayscale: #808080. Windows color (decimal): -11368481 or 14649170. OLE color: 14649170.

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

Color convert

RGB 82 135 223 -
CMYK 0.63 0.39 0 0.13
HSL 217.45º 0.69% 0.6% -
HSV(B) 217.45º 0.63% 0.87% -
XYZ 25.46 24.45 73.19 -
YUV 129.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 82 135 223 0.63 0.39 0 0.13 217.45 0.69 0.6
Hex 52 87 DF 3F 27 0 D D9 45 3C
Octal 122 207 337 77 47 0 15 331 105 74
Binary 1010010 10000111 11011111 111111 100111 0 1101 11011001 1000101 111100

Color Harmonies of #5287DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5287DF

Black with #5287DF

Text Example


Text Example

White with #5287DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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