Html Css Color HEX #528AF8 Cornflower Blue

📋 copy color: '#528AF8'

red 82 ◦ green 138 ◦ blue 248

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

Shades of Cornflower Blue #528AF8

Tints of Cornflower Blue #528AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.49%

 BLUE value IS 248 (97.27% from 255) = 52.99%

R = 17.52%
G = 29.49%
B = 52.99%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#528AF8 (or 0x528AF8) is known color: Cornflower Blue. HEX triplet: 52, 8A and F8. RGB value is (82,138,248). Sum of RGB (Red+Green+Blue) = 82+138+248=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #528AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528AF8 is #AD7507. Grayscale: #858585. Windows color (decimal): -11367688 or 16288338. OLE color: 16288338.

HSL color Cylindrical-coordinate representation of color #528AF8: hue angle of 219.76º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #528AF8 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 138 248 -
CMYK 0.67 0.44 0 0.03
HSL 219.76º 0.92% 0.65% -
HSV(B) 219.76º 0.67% 0.97% -
XYZ 29.51 26.75 92.41 -
YUV 133.8 192.45 91.06 -
System Red Green Blue C M Y K H S L
Decimal 82 138 248 0.67 0.44 0 0.03 219.76 0.92 0.65
Hex 52 8A F8 43 2C 0 3 DC 5C 41
Octal 122 212 370 103 54 0 3 334 134 101
Binary 1010010 10001010 11111000 1000011 101100 0 11 11011100 1011100 1000001

Color Harmonies of #528AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AF8

Black with #528AF8

Text Example


Text Example

White with #528AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,138,248); }

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

background-color css

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

 a { background-color: rgb(82,138,248); }

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

border-color css

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

 span { border-color: rgb(82,138,248); }

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