Html Css Color HEX #5284FF Cornflower Blue

📋 copy color: '#5284FF'

red 82 ◦ green 132 ◦ blue 255

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

Shades of Cornflower Blue #5284FF

Tints of Cornflower Blue #5284FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 17.48%
G = 28.14%
B = 54.37%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5284FF (or 0x5284FF) is known color: Cornflower Blue. HEX triplet: 52, 84 and FF. RGB value is (82,132,255). Sum of RGB (Red+Green+Blue) = 82+132+255=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #5284FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5284FF is #AD7B00. Grayscale: #828282. Windows color (decimal): -11369217 or 16745554. OLE color: 16745554.

HSL color Cylindrical-coordinate representation of color #5284FF: hue angle of 222.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5284FF is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 132 255 -
CMYK 0.68 0.48 0 0
HSL 222.66º 1% 0.66% -
HSV(B) 222.66º 0.68% 1% -
XYZ 29.78 25.52 97.96 -
YUV 131.07 197.94 93 -
System Red Green Blue C M Y K H S L
Decimal 82 132 255 0.68 0.48 0 0 222.66 1 0.66
Hex 52 84 FF 44 30 0 0 DF 64 42
Octal 122 204 377 104 60 0 0 337 144 102
Binary 1010010 10000100 11111111 1000100 110000 0 0 11011111 1100100 1000010

Color Harmonies of #5284FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5284FF

Black with #5284FF

Text Example


Text Example

White with #5284FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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