Html Css Color HEX #528BEB Cornflower Blue

📋 copy color: '#528BEB'

red 82 ◦ green 139 ◦ blue 235

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

Shades of Cornflower Blue #528BEB

Tints of Cornflower Blue #528BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 17.98%
G = 30.48%
B = 51.54%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#528BEB (or 0x528BEB) is known color: Cornflower Blue. HEX triplet: 52, 8B and EB. RGB value is (82,139,235). Sum of RGB (Red+Green+Blue) = 82+139+235=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #528BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BEB is #AD7414. Grayscale: #848484. Windows color (decimal): -11367445 or 15436626. OLE color: 15436626.

HSL color Cylindrical-coordinate representation of color #528BEB: hue angle of 217.65º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #528BEB is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 139 235 -
CMYK 0.65 0.41 0 0.08
HSL 217.65º 0.79% 0.62% -
HSV(B) 217.65º 0.65% 0.92% -
XYZ 27.71 26.26 82.21 -
YUV 132.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 82 139 235 0.65 0.41 0 0.08 217.65 0.79 0.62
Hex 52 8B EB 41 29 0 8 DA 4F 3E
Octal 122 213 353 101 51 0 10 332 117 76
Binary 1010010 10001011 11101011 1000001 101001 0 1000 11011010 1001111 111110

Color Harmonies of #528BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BEB

Black with #528BEB

Text Example


Text Example

White with #528BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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