Html Css Color HEX #528CDB Cornflower Blue

📋 copy color: '#528CDB'

red 82 ◦ green 140 ◦ blue 219

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

Shades of Cornflower Blue #528CDB

Tints of Cornflower Blue #528CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 18.59%
G = 31.75%
B = 49.66%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#528CDB (or 0x528CDB) is known color: Cornflower Blue. HEX triplet: 52, 8C and DB. RGB value is (82,140,219). Sum of RGB (Red+Green+Blue) = 82+140+219=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #528CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CDB is #AD7324. Grayscale: #838383. Windows color (decimal): -11367205 or 14388306. OLE color: 14388306.

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

Color convert

RGB 82 140 219 -
CMYK 0.63 0.36 0 0.14
HSL 214.6º 0.66% 0.59% -
HSV(B) 214.6º 0.63% 0.86% -
XYZ 25.64 25.66 70.62 -
YUV 131.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 82 140 219 0.63 0.36 0 0.14 214.6 0.66 0.59
Hex 52 8C DB 3F 24 0 E D7 42 3B
Octal 122 214 333 77 44 0 16 327 102 73
Binary 1010010 10001100 11011011 111111 100100 0 1110 11010111 1000010 111011

Color Harmonies of #528CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CDB

Black with #528CDB

Text Example


Text Example

White with #528CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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