Html Css Color HEX #528DDD Cornflower Blue

📋 copy color: '#528DDD'

red 82 ◦ green 141 ◦ blue 221

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

Shades of Cornflower Blue #528DDD

Tints of Cornflower Blue #528DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 18.47%
G = 31.76%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#528DDD (or 0x528DDD) is known color: Cornflower Blue. HEX triplet: 52, 8D and DD. RGB value is (82,141,221). Sum of RGB (Red+Green+Blue) = 82+141+221=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #528DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DDD is #AD7222. Grayscale: #848484. Windows color (decimal): -11366947 or 14519634. OLE color: 14519634.

HSL color Cylindrical-coordinate representation of color #528DDD: hue angle of 214.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528DDD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 141 221 -
CMYK 0.63 0.36 0 0.13
HSL 214.53º 0.67% 0.59% -
HSV(B) 214.53º 0.63% 0.87% -
XYZ 26.06 26.06 72.06 -
YUV 132.48 177.95 92 -
System Red Green Blue C M Y K H S L
Decimal 82 141 221 0.63 0.36 0 0.13 214.53 0.67 0.59
Hex 52 8D DD 3F 24 0 D D7 43 3B
Octal 122 215 335 77 44 0 15 327 103 73
Binary 1010010 10001101 11011101 111111 100100 0 1101 11010111 1000011 111011

Color Harmonies of #528DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DDD

Black with #528DDD

Text Example


Text Example

White with #528DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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