Html Css Color HEX #529BFD Cornflower Blue

📋 copy color: '#529BFD'

red 82 ◦ green 155 ◦ blue 253

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

Shades of Cornflower Blue #529BFD

Tints of Cornflower Blue #529BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 16.73%
G = 31.63%
B = 51.63%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#529BFD (or 0x529BFD) is known color: Cornflower Blue. HEX triplet: 52, 9B and FD. RGB value is (82,155,253). Sum of RGB (Red+Green+Blue) = 82+155+253=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #529BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529BFD is #AD6402. Grayscale: #8F8F8F. Windows color (decimal): -11363331 or 16620370. OLE color: 16620370.

HSL color Cylindrical-coordinate representation of color #529BFD: hue angle of 214.39º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #529BFD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 155 253 -
CMYK 0.68 0.39 0 0.01
HSL 214.39º 0.98% 0.66% -
HSV(B) 214.39º 0.68% 0.99% -
XYZ 32.93 32.33 97.43 -
YUV 144.35 189.32 83.53 -
System Red Green Blue C M Y K H S L
Decimal 82 155 253 0.68 0.39 0 0.01 214.39 0.98 0.66
Hex 52 9B FD 44 27 0 1 D6 62 42
Octal 122 233 375 104 47 0 1 326 142 102
Binary 1010010 10011011 11111101 1000100 100111 0 1 11010110 1100010 1000010

Color Harmonies of #529BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BFD

Black with #529BFD

Text Example


Text Example

White with #529BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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