Html Css Color HEX #528DDF Cornflower Blue

📋 copy color: '#528DDF'

red 82 ◦ green 141 ◦ blue 223

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

Shades of Cornflower Blue #528DDF

Tints of Cornflower Blue #528DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 18.39%
G = 31.61%
B = 50%

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

#528DDF (or 0x528DDF) is known color: Cornflower Blue. HEX triplet: 52, 8D and DF. RGB value is (82,141,223). Sum of RGB (Red+Green+Blue) = 82+141+223=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #528DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DDF is #AD7220. Grayscale: #848484. Windows color (decimal): -11366945 or 14650706. OLE color: 14650706.

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

Color convert

RGB 82 141 223 -
CMYK 0.63 0.37 0 0.13
HSL 214.89º 0.69% 0.6% -
HSV(B) 214.89º 0.63% 0.87% -
XYZ 26.32 26.17 73.48 -
YUV 132.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 82 141 223 0.63 0.37 0 0.13 214.89 0.69 0.6
Hex 52 8D DF 3F 25 0 D D7 45 3C
Octal 122 215 337 77 45 0 15 327 105 74
Binary 1010010 10001101 11011111 111111 100101 0 1101 11010111 1000101 111100

Color Harmonies of #528DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DDF

Black with #528DDF

Text Example


Text Example

White with #528DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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