Html Css Color HEX #528EFF Cornflower Blue

📋 copy color: '#528EFF'

red 82 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #528EFF

Tints of Cornflower Blue #528EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.65%

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

R = 17.12%
G = 29.65%
B = 53.24%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#528EFF (or 0x528EFF) is known color: Cornflower Blue. HEX triplet: 52, 8E and FF. RGB value is (82,142,255). Sum of RGB (Red+Green+Blue) = 82+142+255=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #528EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528EFF is #AD7100. Grayscale: #888888. Windows color (decimal): -11366657 or 16748114. OLE color: 16748114.

HSL color Cylindrical-coordinate representation of color #528EFF: hue angle of 219.19º 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 #528EFF is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 142 255 -
CMYK 0.68 0.44 0 0
HSL 219.19º 1% 0.66% -
HSV(B) 219.19º 0.68% 1% -
XYZ 31.2 28.36 98.44 -
YUV 136.94 194.62 88.81 -
System Red Green Blue C M Y K H S L
Decimal 82 142 255 0.68 0.44 0 0 219.19 1 0.66
Hex 52 8E FF 44 2C 0 0 DB 64 42
Octal 122 216 377 104 54 0 0 333 144 102
Binary 1010010 10001110 11111111 1000100 101100 0 0 11011011 1100100 1000010

Color Harmonies of #528EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528EFF

Black with #528EFF

Text Example


Text Example

White with #528EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528EFF; }

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

 H1.HeaderClassName
 {
   color: #528EFF;
 }
 .AnyTagClassName
 {
   color: #528EFF;
 }
</style>

background-color css

<style>
 a { background-color: #528EFF; }

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

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

border-color css

<style>
 span { border-color: #528EFF; }

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

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