Html Css Color HEX #528FFD Cornflower Blue

📋 copy color: '#528FFD'

red 82 ◦ green 143 ◦ blue 253

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

Shades of Cornflower Blue #528FFD

Tints of Cornflower Blue #528FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.92%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 17.15%
G = 29.92%
B = 52.93%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#528FFD (or 0x528FFD) is known color: Cornflower Blue. HEX triplet: 52, 8F and FD. RGB value is (82,143,253). Sum of RGB (Red+Green+Blue) = 82+143+253=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #528FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FFD is #AD7002. Grayscale: #888888. Windows color (decimal): -11366403 or 16617298. OLE color: 16617298.

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

Color convert

RGB 82 143 253 -
CMYK 0.68 0.43 0 0.01
HSL 218.6º 0.98% 0.66% -
HSV(B) 218.6º 0.68% 0.99% -
XYZ 31.03 28.53 96.8 -
YUV 137.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 82 143 253 0.68 0.43 0 0.01 218.6 0.98 0.66
Hex 52 8F FD 44 2B 0 1 DB 62 42
Octal 122 217 375 104 53 0 1 333 142 102
Binary 1010010 10001111 11111101 1000100 101011 0 1 11011011 1100010 1000010

Color Harmonies of #528FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528FFD

Black with #528FFD

Text Example


Text Example

White with #528FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,143,253); }

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

background-color css

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

 a { background-color: rgb(82,143,253); }

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

border-color css

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

 span { border-color: rgb(82,143,253); }

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