Html Css Color HEX #5284EC Cornflower Blue

📋 copy color: '#5284EC'

red 82 ◦ green 132 ◦ blue 236

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

Shades of Cornflower Blue #5284EC

Tints of Cornflower Blue #5284EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 18.22%
G = 29.33%
B = 52.44%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5284EC (or 0x5284EC) is known color: Cornflower Blue. HEX triplet: 52, 84 and EC. RGB value is (82,132,236). Sum of RGB (Red+Green+Blue) = 82+132+236=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #5284EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5284EC is #AD7B13. Grayscale: #808080. Windows color (decimal): -11369236 or 15500370. OLE color: 15500370.

HSL color Cylindrical-coordinate representation of color #5284EC: hue angle of 220.52º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5284EC is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 132 236 -
CMYK 0.65 0.44 0 0.07
HSL 220.52º 0.8% 0.62% -
HSV(B) 220.52º 0.65% 0.93% -
XYZ 26.87 24.35 82.64 -
YUV 128.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 82 132 236 0.65 0.44 0 0.07 220.52 0.8 0.62
Hex 52 84 EC 41 2C 0 7 DD 50 3E
Octal 122 204 354 101 54 0 7 335 120 76
Binary 1010010 10000100 11101100 1000001 101100 0 111 11011101 1010000 111110

Color Harmonies of #5284EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5284EC

Black with #5284EC

Text Example


Text Example

White with #5284EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5284EC; }

 p { color: rgb(82,132,236); }

 H1.HeaderClassName
 {
   color: #5284EC;
 }
 .AnyTagClassName
 {
   color: #5284EC;
 }
</style>

background-color css

<style>
 a { background-color: #5284EC; }

 a { background-color: rgb(82,132,236); }

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

border-color css

<style>
 span { border-color: #5284EC; }

 span { border-color: rgb(82,132,236); }

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