Html Css Color HEX #529BFE Cornflower Blue

📋 copy color: '#529BFE'

red 82 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #529BFE

Tints of Cornflower Blue #529BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

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

R = 16.7%
G = 31.57%
B = 51.73%

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

#529BFE (or 0x529BFE) is known color: Cornflower Blue. HEX triplet: 52, 9B and FE. RGB value is (82,155,254). Sum of RGB (Red+Green+Blue) = 82+155+254=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #529BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529BFE is #AD6401. Grayscale: #8F8F8F. Windows color (decimal): -11363330 or 16685906. OLE color: 16685906.

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

Color convert

RGB 82 155 254 -
CMYK 0.68 0.39 0 0.00
HSL 214.53º 0.99% 0.66% -
HSV(B) 214.53º 0.68% 1% -
XYZ 33.09 32.39 98.27 -
YUV 144.46 189.82 83.45 -
System Red Green Blue C M Y K H S L
Decimal 82 155 254 0.68 0.39 0 0.00 214.53 0.99 0.66
Hex 52 9B FE 44 27 0 0 D7 63 42
Octal 122 233 376 104 47 0 0 327 143 102
Binary 1010010 10011011 11111110 1000100 100111 0 0 11010111 1100011 1000010

Color Harmonies of #529BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BFE

Black with #529BFE

Text Example


Text Example

White with #529BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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