Html Css Color HEX #528CFB Cornflower Blue

📋 copy color: '#528CFB'

red 82 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #528CFB

Tints of Cornflower Blue #528CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.6%

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 17.34%
G = 29.6%
B = 53.07%

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

#528CFB (or 0x528CFB) is known color: Cornflower Blue. HEX triplet: 52, 8C and FB. RGB value is (82,140,251). Sum of RGB (Red+Green+Blue) = 82+140+251=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #528CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CFB is #AD7304. Grayscale: #868686. Windows color (decimal): -11367173 or 16485458. OLE color: 16485458.

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

Color convert

RGB 82 140 251 -
CMYK 0.67 0.44 0 0.02
HSL 219.41º 0.95% 0.65% -
HSV(B) 219.41º 0.67% 0.98% -
XYZ 30.27 27.52 94.98 -
YUV 135.31 193.28 89.97 -
System Red Green Blue C M Y K H S L
Decimal 82 140 251 0.67 0.44 0 0.02 219.41 0.95 0.65
Hex 52 8C FB 43 2C 0 2 DB 5F 41
Octal 122 214 373 103 54 0 2 333 137 101
Binary 1010010 10001100 11111011 1000011 101100 0 10 11011011 1011111 1000001

Color Harmonies of #528CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CFB

Black with #528CFB

Text Example


Text Example

White with #528CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,140,251); }

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

background-color css

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

 a { background-color: rgb(82,140,251); }

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

border-color css

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

 span { border-color: rgb(82,140,251); }

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