Html Css Color HEX #528DFF Cornflower Blue

📋 copy color: '#528DFF'

red 82 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #528DFF

Tints of Cornflower Blue #528DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.35%

R = 17.15%
G = 29.5%
B = 53.35%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#528DFF (or 0x528DFF) is known color: Cornflower Blue. HEX triplet: 52, 8D and FF. RGB value is (82,141,255). Sum of RGB (Red+Green+Blue) = 82+141+255=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #528DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528DFF is #AD7200. Grayscale: #878787. Windows color (decimal): -11366913 or 16747858. OLE color: 16747858.

HSL color Cylindrical-coordinate representation of color #528DFF: hue angle of 219.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528DFF is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 141 255 -
CMYK 0.68 0.45 0 0
HSL 219.54º 1% 0.66% -
HSV(B) 219.54º 0.68% 1% -
XYZ 31.05 28.06 98.39 -
YUV 136.36 194.95 89.23 -
System Red Green Blue C M Y K H S L
Decimal 82 141 255 0.68 0.45 0 0 219.54 1 0.66
Hex 52 8D FF 44 2D 0 0 DC 64 42
Octal 122 215 377 104 55 0 0 334 144 102
Binary 1010010 10001101 11111111 1000100 101101 0 0 11011100 1100100 1000010

Color Harmonies of #528DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DFF

Black with #528DFF

Text Example


Text Example

White with #528DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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