Html Css Color HEX #528FFE Cornflower Blue

📋 copy color: '#528FFE'

red 82 ◦ green 143 ◦ blue 254

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

Shades of Cornflower Blue #528FFE

Tints of Cornflower Blue #528FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 17.12%
G = 29.85%
B = 53.03%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#528FFE (or 0x528FFE) is known color: Cornflower Blue. HEX triplet: 52, 8F and FE. RGB value is (82,143,254). Sum of RGB (Red+Green+Blue) = 82+143+254=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #528FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FFE is #AD7001. Grayscale: #888888. Windows color (decimal): -11366402 or 16682834. OLE color: 16682834.

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

Color convert

RGB 82 143 254 -
CMYK 0.68 0.44 0 0.00
HSL 218.72º 0.99% 0.66% -
HSV(B) 218.72º 0.68% 1% -
XYZ 31.19 28.59 97.64 -
YUV 137.42 193.79 88.47 -
System Red Green Blue C M Y K H S L
Decimal 82 143 254 0.68 0.44 0 0.00 218.72 0.99 0.66
Hex 52 8F FE 44 2C 0 0 DB 63 42
Octal 122 217 376 104 54 0 0 333 143 102
Binary 1010010 10001111 11111110 1000100 101100 0 0 11011011 1100011 1000010

Color Harmonies of #528FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528FFE

Black with #528FFE

Text Example


Text Example

White with #528FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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