Html Css Color HEX #528BEA Cornflower Blue

📋 copy color: '#528BEA'

red 82 ◦ green 139 ◦ blue 234

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

Shades of Cornflower Blue #528BEA

Tints of Cornflower Blue #528BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 18.02%
G = 30.55%
B = 51.43%

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

#528BEA (or 0x528BEA) is known color: Cornflower Blue. HEX triplet: 52, 8B and EA. RGB value is (82,139,234). Sum of RGB (Red+Green+Blue) = 82+139+234=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #528BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BEA is #AD7415. Grayscale: #848484. Windows color (decimal): -11367446 or 15371090. OLE color: 15371090.

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

Color convert

RGB 82 139 234 -
CMYK 0.65 0.41 0 0.08
HSL 217.5º 0.78% 0.62% -
HSV(B) 217.5º 0.65% 0.92% -
XYZ 27.56 26.2 81.45 -
YUV 132.79 185.12 91.78 -
System Red Green Blue C M Y K H S L
Decimal 82 139 234 0.65 0.41 0 0.08 217.5 0.78 0.62
Hex 52 8B EA 41 29 0 8 DA 4E 3E
Octal 122 213 352 101 51 0 10 332 116 76
Binary 1010010 10001011 11101010 1000001 101001 0 1000 11011010 1001110 111110

Color Harmonies of #528BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BEA

Black with #528BEA

Text Example


Text Example

White with #528BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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