Html Css Color HEX #528BFE Cornflower Blue

📋 copy color: '#528BFE'

red 82 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #528BFE

Tints of Cornflower Blue #528BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.26%

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 17.26%
G = 29.26%
B = 53.47%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#528BFE (or 0x528BFE) is known color: Cornflower Blue. HEX triplet: 52, 8B and FE. RGB value is (82,139,254). Sum of RGB (Red+Green+Blue) = 82+139+254=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #528BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BFE is #AD7401. Grayscale: #868686. Windows color (decimal): -11367426 or 16681810. OLE color: 16681810.

HSL color Cylindrical-coordinate representation of color #528BFE: hue angle of 220.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528BFE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 139 254 -
CMYK 0.68 0.45 0 0.00
HSL 220.12º 0.99% 0.66% -
HSV(B) 220.12º 0.68% 1% -
XYZ 30.6 27.41 97.44 -
YUV 135.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 82 139 254 0.68 0.45 0 0.00 220.12 0.99 0.66
Hex 52 8B FE 44 2D 0 0 DC 63 42
Octal 122 213 376 104 55 0 0 334 143 102
Binary 1010010 10001011 11111110 1000100 101101 0 0 11011100 1100011 1000010

Color Harmonies of #528BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BFE

Black with #528BFE

Text Example


Text Example

White with #528BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,139,254); }

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

background-color css

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

 a { background-color: rgb(82,139,254); }

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

border-color css

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

 span { border-color: rgb(82,139,254); }

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