Html Css Color HEX #529EFE Cornflower Blue

📋 copy color: '#529EFE'

red 82 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #529EFE

Tints of Cornflower Blue #529EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

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

R = 16.6%
G = 31.98%
B = 51.42%

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

#529EFE (or 0x529EFE) is known color: Cornflower Blue. HEX triplet: 52, 9E and FE. RGB value is (82,158,254). Sum of RGB (Red+Green+Blue) = 82+158+254=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #529EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529EFE is #AD6101. Grayscale: #919191. Windows color (decimal): -11362562 or 16686674. OLE color: 16686674.

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

Color convert

RGB 82 158 254 -
CMYK 0.68 0.38 0 0.00
HSL 213.49º 0.99% 0.66% -
HSV(B) 213.49º 0.68% 1% -
XYZ 33.6 33.4 98.44 -
YUV 146.22 188.82 82.19 -
System Red Green Blue C M Y K H S L
Decimal 82 158 254 0.68 0.38 0 0.00 213.49 0.99 0.66
Hex 52 9E FE 44 26 0 0 D5 63 42
Octal 122 236 376 104 46 0 0 325 143 102
Binary 1010010 10011110 11111110 1000100 100110 0 0 11010101 1100011 1000010

Color Harmonies of #529EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529EFE

Black with #529EFE

Text Example


Text Example

White with #529EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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