Html Css Color HEX #528BEF Cornflower Blue

📋 copy color: '#528BEF'

red 82 ◦ green 139 ◦ blue 239

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

Shades of Cornflower Blue #528BEF

Tints of Cornflower Blue #528BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 17.83%
G = 30.22%
B = 51.96%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#528BEF (or 0x528BEF) is known color: Cornflower Blue. HEX triplet: 52, 8B and EF. RGB value is (82,139,239). Sum of RGB (Red+Green+Blue) = 82+139+239=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #528BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BEF is #AD7410. Grayscale: #848484. Windows color (decimal): -11367441 or 15698770. OLE color: 15698770.

HSL color Cylindrical-coordinate representation of color #528BEF: hue angle of 218.22º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #528BEF is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 139 239 -
CMYK 0.66 0.42 0 0.06
HSL 218.22º 0.83% 0.63% -
HSV(B) 218.22º 0.66% 0.94% -
XYZ 28.29 26.49 85.28 -
YUV 133.36 187.62 91.37 -
System Red Green Blue C M Y K H S L
Decimal 82 139 239 0.66 0.42 0 0.06 218.22 0.83 0.63
Hex 52 8B EF 42 2A 0 6 DA 53 3F
Octal 122 213 357 102 52 0 6 332 123 77
Binary 1010010 10001011 11101111 1000010 101010 0 110 11011010 1010011 111111

Color Harmonies of #528BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BEF

Black with #528BEF

Text Example


Text Example

White with #528BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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