Html Css Color HEX #529DFE Cornflower Blue

📋 copy color: '#529DFE'

red 82 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #529DFE

Tints of Cornflower Blue #529DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.85%

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

R = 16.63%
G = 31.85%
B = 51.52%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#529DFE (or 0x529DFE) is known color: Cornflower Blue. HEX triplet: 52, 9D and FE. RGB value is (82,157,254). Sum of RGB (Red+Green+Blue) = 82+157+254=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #529DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DFE is #AD6201. Grayscale: #919191. Windows color (decimal): -11362818 or 16686418. OLE color: 16686418.

HSL color Cylindrical-coordinate representation of color #529DFE: hue angle of 213.84º 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 #529DFE is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 157 254 -
CMYK 0.68 0.38 0 0.00
HSL 213.84º 0.99% 0.66% -
HSV(B) 213.84º 0.68% 1% -
XYZ 33.43 33.06 98.39 -
YUV 145.63 189.15 82.61 -
System Red Green Blue C M Y K H S L
Decimal 82 157 254 0.68 0.38 0 0.00 213.84 0.99 0.66
Hex 52 9D FE 44 26 0 0 D6 63 42
Octal 122 235 376 104 46 0 0 326 143 102
Binary 1010010 10011101 11111110 1000100 100110 0 0 11010110 1100011 1000010

Color Harmonies of #529DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DFE

Black with #529DFE

Text Example


Text Example

White with #529DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529DFE; }

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

 H1.HeaderClassName
 {
   color: #529DFE;
 }
 .AnyTagClassName
 {
   color: #529DFE;
 }
</style>

background-color css

<style>
 a { background-color: #529DFE; }

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

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

border-color css

<style>
 span { border-color: #529DFE; }

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

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