Html Css Color HEX #528FFB Cornflower Blue

📋 copy color: '#528FFB'

red 82 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #528FFB

Tints of Cornflower Blue #528FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.04%

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

R = 17.23%
G = 30.04%
B = 52.73%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#528FFB (or 0x528FFB) is known color: Cornflower Blue. HEX triplet: 52, 8F and FB. RGB value is (82,143,251). Sum of RGB (Red+Green+Blue) = 82+143+251=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #528FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FFB is #AD7004. Grayscale: #888888. Windows color (decimal): -11366405 or 16486226. OLE color: 16486226.

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

Color convert

RGB 82 143 251 -
CMYK 0.67 0.43 0 0.02
HSL 218.34º 0.95% 0.65% -
HSV(B) 218.34º 0.67% 0.98% -
XYZ 30.71 28.4 95.13 -
YUV 137.07 192.29 88.72 -
System Red Green Blue C M Y K H S L
Decimal 82 143 251 0.67 0.43 0 0.02 218.34 0.95 0.65
Hex 52 8F FB 43 2B 0 2 DA 5F 41
Octal 122 217 373 103 53 0 2 332 137 101
Binary 1010010 10001111 11111011 1000011 101011 0 10 11011010 1011111 1000001

Color Harmonies of #528FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528FFB

Black with #528FFB

Text Example


Text Example

White with #528FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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