Html Css Color HEX #529AFE Cornflower Blue

📋 copy color: '#529AFE'

red 82 ◦ green 154 ◦ blue 254

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

Shades of Cornflower Blue #529AFE

Tints of Cornflower Blue #529AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

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

R = 16.73%
G = 31.43%
B = 51.84%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#529AFE (or 0x529AFE) is known color: Cornflower Blue. HEX triplet: 52, 9A and FE. RGB value is (82,154,254). Sum of RGB (Red+Green+Blue) = 82+154+254=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #529AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529AFE is #AD6501. Grayscale: #8F8F8F. Windows color (decimal): -11363586 or 16685650. OLE color: 16685650.

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

Color convert

RGB 82 154 254 -
CMYK 0.68 0.39 0 0.00
HSL 214.88º 0.99% 0.66% -
HSV(B) 214.88º 0.68% 1% -
XYZ 32.92 32.06 98.22 -
YUV 143.87 190.15 83.87 -
System Red Green Blue C M Y K H S L
Decimal 82 154 254 0.68 0.39 0 0.00 214.88 0.99 0.66
Hex 52 9A FE 44 27 0 0 D7 63 42
Octal 122 232 376 104 47 0 0 327 143 102
Binary 1010010 10011010 11111110 1000100 100111 0 0 11010111 1100011 1000010

Color Harmonies of #529AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529AFE

Black with #529AFE

Text Example


Text Example

White with #529AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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