Html Css Color HEX #528AFE Cornflower Blue

📋 copy color: '#528AFE'

red 82 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #528AFE

Tints of Cornflower Blue #528AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.11%

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

R = 17.3%
G = 29.11%
B = 53.59%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#528AFE (or 0x528AFE) is known color: Cornflower Blue. HEX triplet: 52, 8A and FE. RGB value is (82,138,254). Sum of RGB (Red+Green+Blue) = 82+138+254=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #528AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528AFE is #AD7501. Grayscale: #858585. Windows color (decimal): -11367682 or 16681554. OLE color: 16681554.

HSL color Cylindrical-coordinate representation of color #528AFE: hue angle of 220.47º 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 #528AFE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 138 254 -
CMYK 0.68 0.46 0 0.00
HSL 220.47º 0.99% 0.66% -
HSV(B) 220.47º 0.68% 1% -
XYZ 30.46 27.13 97.4 -
YUV 134.48 195.45 90.57 -
System Red Green Blue C M Y K H S L
Decimal 82 138 254 0.68 0.46 0 0.00 220.47 0.99 0.66
Hex 52 8A FE 44 2E 0 0 DC 63 42
Octal 122 212 376 104 56 0 0 334 143 102
Binary 1010010 10001010 11111110 1000100 101110 0 0 11011100 1100011 1000010

Color Harmonies of #528AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AFE

Black with #528AFE

Text Example


Text Example

White with #528AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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