Html Css Color HEX #529DFA Cornflower Blue

📋 copy color: '#529DFA'

red 82 ◦ green 157 ◦ blue 250

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

Shades of Cornflower Blue #529DFA

Tints of Cornflower Blue #529DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 16.77%
G = 32.11%
B = 51.12%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#529DFA (or 0x529DFA) is known color: Cornflower Blue. HEX triplet: 52, 9D and FA. RGB value is (82,157,250). Sum of RGB (Red+Green+Blue) = 82+157+250=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #529DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DFA is #AD6205. Grayscale: #909090. Windows color (decimal): -11362822 or 16424274. OLE color: 16424274.

HSL color Cylindrical-coordinate representation of color #529DFA: hue angle of 213.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529DFA is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 157 250 -
CMYK 0.67 0.37 0 0.02
HSL 213.21º 0.94% 0.65% -
HSV(B) 213.21º 0.67% 0.98% -
XYZ 32.79 32.81 95.05 -
YUV 145.18 187.15 82.94 -
System Red Green Blue C M Y K H S L
Decimal 82 157 250 0.67 0.37 0 0.02 213.21 0.94 0.65
Hex 52 9D FA 43 25 0 2 D5 5E 41
Octal 122 235 372 103 45 0 2 325 136 101
Binary 1010010 10011101 11111010 1000011 100101 0 10 11010101 1011110 1000001

Color Harmonies of #529DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DFA

Black with #529DFA

Text Example


Text Example

White with #529DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,250); }

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

background-color css

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

 a { background-color: rgb(82,157,250); }

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

border-color css

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

 span { border-color: rgb(82,157,250); }

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