Html Css Color HEX #528DF6 Cornflower Blue

📋 copy color: '#528DF6'

red 82 ◦ green 141 ◦ blue 246

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

Shades of Cornflower Blue #528DF6

Tints of Cornflower Blue #528DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.06%

 BLUE value IS 246 (96.48% from 255) = 52.45%

R = 17.48%
G = 30.06%
B = 52.45%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#528DF6 (or 0x528DF6) is known color: Cornflower Blue. HEX triplet: 52, 8D and F6. RGB value is (82,141,246). Sum of RGB (Red+Green+Blue) = 82+141+246=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #528DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528DF6 is #AD7209. Grayscale: #868686. Windows color (decimal): -11366922 or 16158034. OLE color: 16158034.

HSL color Cylindrical-coordinate representation of color #528DF6: hue angle of 218.41º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #528DF6 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 141 246 -
CMYK 0.67 0.43 0 0.04
HSL 218.41º 0.9% 0.64% -
HSV(B) 218.41º 0.67% 0.96% -
XYZ 29.64 27.5 90.93 -
YUV 135.33 190.45 89.96 -
System Red Green Blue C M Y K H S L
Decimal 82 141 246 0.67 0.43 0 0.04 218.41 0.9 0.64
Hex 52 8D F6 43 2B 0 4 DA 5A 40
Octal 122 215 366 103 53 0 4 332 132 100
Binary 1010010 10001101 11110110 1000011 101011 0 100 11011010 1011010 1000000

Color Harmonies of #528DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DF6

Black with #528DF6

Text Example


Text Example

White with #528DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,141,246); }

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

background-color css

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

 a { background-color: rgb(82,141,246); }

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

border-color css

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

 span { border-color: rgb(82,141,246); }

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