Html Css Color HEX #528CEB Cornflower Blue

📋 copy color: '#528CEB'

red 82 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #528CEB

Tints of Cornflower Blue #528CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

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

R = 17.94%
G = 30.63%
B = 51.42%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#528CEB (or 0x528CEB) is known color: Cornflower Blue. HEX triplet: 52, 8C and EB. RGB value is (82,140,235). Sum of RGB (Red+Green+Blue) = 82+140+235=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #528CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CEB is #AD7314. Grayscale: #858585. Windows color (decimal): -11367189 or 15436882. OLE color: 15436882.

HSL color Cylindrical-coordinate representation of color #528CEB: hue angle of 217.25º 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 #528CEB is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 140 235 -
CMYK 0.65 0.40 0 0.08
HSL 217.25º 0.79% 0.62% -
HSV(B) 217.25º 0.65% 0.92% -
XYZ 27.85 26.55 82.25 -
YUV 133.49 185.28 91.28 -
System Red Green Blue C M Y K H S L
Decimal 82 140 235 0.65 0.40 0 0.08 217.25 0.79 0.62
Hex 52 8C EB 41 28 0 8 D9 4F 3E
Octal 122 214 353 101 50 0 10 331 117 76
Binary 1010010 10001100 11101011 1000001 101000 0 1000 11011001 1001111 111110

Color Harmonies of #528CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CEB

Black with #528CEB

Text Example


Text Example

White with #528CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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