Html Css Color HEX #5289EB Cornflower Blue

📋 copy color: '#5289EB'

red 82 ◦ green 137 ◦ blue 235

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

Shades of Cornflower Blue #5289EB

Tints of Cornflower Blue #5289EB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.18%

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

R = 18.06%
G = 30.18%
B = 51.76%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5289EB (or 0x5289EB) is known color: Cornflower Blue. HEX triplet: 52, 89 and EB. RGB value is (82,137,235). Sum of RGB (Red+Green+Blue) = 82+137+235=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #5289EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5289EB is #AD7614. Grayscale: #838383. Windows color (decimal): -11367957 or 15436114. OLE color: 15436114.

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

Color convert

RGB 82 137 235 -
CMYK 0.65 0.42 0 0.08
HSL 218.43º 0.79% 0.62% -
HSV(B) 218.43º 0.65% 0.92% -
XYZ 27.42 25.68 82.11 -
YUV 131.73 186.28 92.53 -
System Red Green Blue C M Y K H S L
Decimal 82 137 235 0.65 0.42 0 0.08 218.43 0.79 0.62
Hex 52 89 EB 41 2A 0 8 DA 4F 3E
Octal 122 211 353 101 52 0 10 332 117 76
Binary 1010010 10001001 11101011 1000001 101010 0 1000 11011010 1001111 111110

Color Harmonies of #5289EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5289EB

Black with #5289EB

Text Example


Text Example

White with #5289EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5289EB; }

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

 H1.HeaderClassName
 {
   color: #5289EB;
 }
 .AnyTagClassName
 {
   color: #5289EB;
 }
</style>

background-color css

<style>
 a { background-color: #5289EB; }

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

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

border-color css

<style>
 span { border-color: #5289EB; }

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

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