Html Css Color HEX #528EFC Cornflower Blue

📋 copy color: '#528EFC'

red 82 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #528EFC

Tints of Cornflower Blue #528EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 17.23%
G = 29.83%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#528EFC (or 0x528EFC) is known color: Cornflower Blue. HEX triplet: 52, 8E and FC. RGB value is (82,142,252). Sum of RGB (Red+Green+Blue) = 82+142+252=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #528EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528EFC is #AD7103. Grayscale: #888888. Windows color (decimal): -11366660 or 16551506. OLE color: 16551506.

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

Color convert

RGB 82 142 252 -
CMYK 0.67 0.44 0 0.01
HSL 218.82º 0.97% 0.65% -
HSV(B) 218.82º 0.67% 0.99% -
XYZ 30.72 28.17 95.91 -
YUV 136.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 82 142 252 0.67 0.44 0 0.01 218.82 0.97 0.65
Hex 52 8E FC 43 2C 0 1 DB 61 41
Octal 122 216 374 103 54 0 1 333 141 101
Binary 1010010 10001110 11111100 1000011 101100 0 1 11011011 1100001 1000001

Color Harmonies of #528EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528EFC

Black with #528EFC

Text Example


Text Example

White with #528EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,252); }

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

background-color css

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

 a { background-color: rgb(82,142,252); }

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

border-color css

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

 span { border-color: rgb(82,142,252); }

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