Html Css Color HEX #528DFA Cornflower Blue

📋 copy color: '#528DFA'

red 82 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #528DFA

Tints of Cornflower Blue #528DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.81%

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

R = 17.34%
G = 29.81%
B = 52.85%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#528DFA (or 0x528DFA) is known color: Cornflower Blue. HEX triplet: 52, 8D and FA. RGB value is (82,141,250). Sum of RGB (Red+Green+Blue) = 82+141+250=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #528DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528DFA is #AD7205. Grayscale: #878787. Windows color (decimal): -11366918 or 16420178. OLE color: 16420178.

HSL color Cylindrical-coordinate representation of color #528DFA: hue angle of 218.93º 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 #528DFA is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 141 250 -
CMYK 0.67 0.44 0 0.02
HSL 218.93º 0.94% 0.65% -
HSV(B) 218.93º 0.67% 0.98% -
XYZ 30.26 27.75 94.2 -
YUV 135.79 192.45 89.64 -
System Red Green Blue C M Y K H S L
Decimal 82 141 250 0.67 0.44 0 0.02 218.93 0.94 0.65
Hex 52 8D FA 43 2C 0 2 DB 5E 41
Octal 122 215 372 103 54 0 2 333 136 101
Binary 1010010 10001101 11111010 1000011 101100 0 10 11011011 1011110 1000001

Color Harmonies of #528DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DFA

Black with #528DFA

Text Example


Text Example

White with #528DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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