Html Css Color HEX #528DDE Cornflower Blue

📋 copy color: '#528DDE'

red 82 ◦ green 141 ◦ blue 222

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

Shades of Cornflower Blue #528DDE

Tints of Cornflower Blue #528DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 18.43%
G = 31.69%
B = 49.89%

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

#528DDE (or 0x528DDE) is known color: Cornflower Blue. HEX triplet: 52, 8D and DE. RGB value is (82,141,222). Sum of RGB (Red+Green+Blue) = 82+141+222=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #528DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DDE is #AD7221. Grayscale: #848484. Windows color (decimal): -11366946 or 14585170. OLE color: 14585170.

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

Color convert

RGB 82 141 222 -
CMYK 0.63 0.36 0 0.13
HSL 214.71º 0.68% 0.6% -
HSV(B) 214.71º 0.63% 0.87% -
XYZ 26.19 26.12 72.77 -
YUV 132.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 82 141 222 0.63 0.36 0 0.13 214.71 0.68 0.6
Hex 52 8D DE 3F 24 0 D D7 44 3C
Octal 122 215 336 77 44 0 15 327 104 74
Binary 1010010 10001101 11011110 111111 100100 0 1101 11010111 1000100 111100

Color Harmonies of #528DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DDE

Black with #528DDE

Text Example


Text Example

White with #528DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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