Html Css Color HEX #529CEF Cornflower Blue

📋 copy color: '#529CEF'

red 82 ◦ green 156 ◦ blue 239

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

Shades of Cornflower Blue #529CEF

Tints of Cornflower Blue #529CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.7%

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 17.19%
G = 32.7%
B = 50.1%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#529CEF (or 0x529CEF) is known color: Cornflower Blue. HEX triplet: 52, 9C and EF. RGB value is (82,156,239). Sum of RGB (Red+Green+Blue) = 82+156+239=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #529CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CEF is #AD6310. Grayscale: #8E8E8E. Windows color (decimal): -11363089 or 15703122. OLE color: 15703122.

HSL color Cylindrical-coordinate representation of color #529CEF: hue angle of 211.72º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529CEF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 156 239 -
CMYK 0.66 0.35 0 0.06
HSL 211.72º 0.83% 0.63% -
HSV(B) 211.72º 0.66% 0.94% -
XYZ 30.95 31.8 86.17 -
YUV 143.34 181.98 84.25 -
System Red Green Blue C M Y K H S L
Decimal 82 156 239 0.66 0.35 0 0.06 211.72 0.83 0.63
Hex 52 9C EF 42 23 0 6 D4 53 3F
Octal 122 234 357 102 43 0 6 324 123 77
Binary 1010010 10011100 11101111 1000010 100011 0 110 11010100 1010011 111111

Color Harmonies of #529CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CEF

Black with #529CEF

Text Example


Text Example

White with #529CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,156,239); }

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

background-color css

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

 a { background-color: rgb(82,156,239); }

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

border-color css

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

 span { border-color: rgb(82,156,239); }

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