Html Css Color HEX #528BDE Cornflower Blue

📋 copy color: '#528BDE'

red 82 ◦ green 139 ◦ blue 222

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

Shades of Cornflower Blue #528BDE

Tints of Cornflower Blue #528BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

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

R = 18.51%
G = 31.38%
B = 50.11%

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

#528BDE (or 0x528BDE) is known color: Cornflower Blue. HEX triplet: 52, 8B and DE. RGB value is (82,139,222). Sum of RGB (Red+Green+Blue) = 82+139+222=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #528BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BDE is #AD7421. Grayscale: #838383. Windows color (decimal): -11367458 or 14584658. OLE color: 14584658.

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

Color convert

RGB 82 139 222 -
CMYK 0.63 0.37 0 0.13
HSL 215.57º 0.68% 0.6% -
HSV(B) 215.57º 0.63% 0.87% -
XYZ 25.9 25.53 72.67 -
YUV 131.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 82 139 222 0.63 0.37 0 0.13 215.57 0.68 0.6
Hex 52 8B DE 3F 25 0 D D8 44 3C
Octal 122 213 336 77 45 0 15 330 104 74
Binary 1010010 10001011 11011110 111111 100101 0 1101 11011000 1000100 111100

Color Harmonies of #528BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BDE

Black with #528BDE

Text Example


Text Example

White with #528BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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