Html Css Color HEX #5289F6 Cornflower Blue

📋 copy color: '#5289F6'

red 82 ◦ green 137 ◦ blue 246

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

Shades of Cornflower Blue #5289F6

Tints of Cornflower Blue #5289F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 17.63%
G = 29.46%
B = 52.9%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5289F6 (or 0x5289F6) is known color: Cornflower Blue. HEX triplet: 52, 89 and F6. RGB value is (82,137,246). Sum of RGB (Red+Green+Blue) = 82+137+246=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #5289F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5289F6 is #AD7609. Grayscale: #848484. Windows color (decimal): -11367946 or 16157010. OLE color: 16157010.

HSL color Cylindrical-coordinate representation of color #5289F6: hue angle of 219.88º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5289F6 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 137 246 -
CMYK 0.67 0.44 0 0.04
HSL 219.88º 0.9% 0.64% -
HSV(B) 219.88º 0.67% 0.96% -
XYZ 29.06 26.34 90.74 -
YUV 132.98 191.78 91.64 -
System Red Green Blue C M Y K H S L
Decimal 82 137 246 0.67 0.44 0 0.04 219.88 0.9 0.64
Hex 52 89 F6 43 2C 0 4 DC 5A 40
Octal 122 211 366 103 54 0 4 334 132 100
Binary 1010010 10001001 11110110 1000011 101100 0 100 11011100 1011010 1000000

Color Harmonies of #5289F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5289F6

Black with #5289F6

Text Example


Text Example

White with #5289F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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