Html Css Color HEX #5284EF Cornflower Blue

📋 copy color: '#5284EF'

red 82 ◦ green 132 ◦ blue 239

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

Shades of Cornflower Blue #5284EF

Tints of Cornflower Blue #5284EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 18.1%
G = 29.14%
B = 52.76%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5284EF (or 0x5284EF) is known color: Cornflower Blue. HEX triplet: 52, 84 and EF. RGB value is (82,132,239). Sum of RGB (Red+Green+Blue) = 82+132+239=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #5284EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5284EF is #AD7B10. Grayscale: #808080. Windows color (decimal): -11369233 or 15696978. OLE color: 15696978.

HSL color Cylindrical-coordinate representation of color #5284EF: hue angle of 220.89º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5284EF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 132 239 -
CMYK 0.66 0.45 0 0.06
HSL 220.89º 0.83% 0.63% -
HSV(B) 220.89º 0.66% 0.94% -
XYZ 27.31 24.53 84.96 -
YUV 129.25 189.94 94.3 -
System Red Green Blue C M Y K H S L
Decimal 82 132 239 0.66 0.45 0 0.06 220.89 0.83 0.63
Hex 52 84 EF 42 2D 0 6 DD 53 3F
Octal 122 204 357 102 55 0 6 335 123 77
Binary 1010010 10000100 11101111 1000010 101101 0 110 11011101 1010011 111111

Color Harmonies of #5284EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5284EF

Black with #5284EF

Text Example


Text Example

White with #5284EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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