Html Css Color HEX #528DE1 Cornflower Blue

📋 copy color: '#528DE1'

red 82 ◦ green 141 ◦ blue 225

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

Shades of Cornflower Blue #528DE1

Tints of Cornflower Blue #528DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.22%

R = 18.3%
G = 31.47%
B = 50.22%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#528DE1 (or 0x528DE1) is known color: Cornflower Blue. HEX triplet: 52, 8D and E1. RGB value is (82,141,225). Sum of RGB (Red+Green+Blue) = 82+141+225=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #528DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DE1 is #AD721E. Grayscale: #848484. Windows color (decimal): -11366943 or 14781778. OLE color: 14781778.

HSL color Cylindrical-coordinate representation of color #528DE1: hue angle of 215.24º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528DE1 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 141 225 -
CMYK 0.64 0.37 0 0.12
HSL 215.24º 0.7% 0.6% -
HSV(B) 215.24º 0.64% 0.88% -
XYZ 26.6 26.28 74.9 -
YUV 132.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 82 141 225 0.64 0.37 0 0.12 215.24 0.7 0.6
Hex 52 8D E1 40 25 0 C D7 46 3C
Octal 122 215 341 100 45 0 14 327 106 74
Binary 1010010 10001101 11100001 1000000 100101 0 1100 11010111 1000110 111100

Color Harmonies of #528DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DE1

Black with #528DE1

Text Example


Text Example

White with #528DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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