Html Css Color HEX #528CDD Cornflower Blue

📋 copy color: '#528CDD'

red 82 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #528CDD

Tints of Cornflower Blue #528CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

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

R = 18.51%
G = 31.6%
B = 49.89%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#528CDD (or 0x528CDD) is known color: Cornflower Blue. HEX triplet: 52, 8C and DD. RGB value is (82,140,221). Sum of RGB (Red+Green+Blue) = 82+140+221=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #528CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CDD is #AD7322. Grayscale: #838383. Windows color (decimal): -11367203 or 14519378. OLE color: 14519378.

HSL color Cylindrical-coordinate representation of color #528CDD: hue angle of 214.96º 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 #528CDD is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 140 221 -
CMYK 0.63 0.37 0 0.13
HSL 214.96º 0.67% 0.59% -
HSV(B) 214.96º 0.63% 0.87% -
XYZ 25.91 25.77 72.02 -
YUV 131.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 82 140 221 0.63 0.37 0 0.13 214.96 0.67 0.59
Hex 52 8C DD 3F 25 0 D D7 43 3B
Octal 122 214 335 77 45 0 15 327 103 73
Binary 1010010 10001100 11011101 111111 100101 0 1101 11010111 1000011 111011

Color Harmonies of #528CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CDD

Black with #528CDD

Text Example


Text Example

White with #528CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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