Html Css Color HEX #7289F1 Cornflower Blue

📋 copy color: '#7289F1'

red 114 ◦ green 137 ◦ blue 241

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

Shades of Cornflower Blue #7289F1

Tints of Cornflower Blue #7289F1

RGB

 RED value IS 114 (44.92% from 255) = 23.17%

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 23.17%
G = 27.85%
B = 48.98%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7289F1 (or 0x7289F1) is known color: Cornflower Blue. HEX triplet: 72, 89 and F1. RGB value is (114,137,241). Sum of RGB (Red+Green+Blue) = 114+137+241=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #7289F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7289F1 is #8D760E. Grayscale: #8D8D8D. Windows color (decimal): -9270799 or 15829362. OLE color: 15829362.

HSL color Cylindrical-coordinate representation of color #7289F1: hue angle of 229.13º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7289F1 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 137 241 -
CMYK 0.53 0.43 0 0.05
HSL 229.13º 0.82% 0.7% -
HSV(B) 229.13º 0.53% 0.95% -
XYZ 31.76 27.82 86.91 -
YUV 141.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 114 137 241 0.53 0.43 0 0.05 229.13 0.82 0.7
Hex 72 89 F1 35 2B 0 5 E5 52 46
Octal 162 211 361 65 53 0 5 345 122 106
Binary 1110010 10001001 11110001 110101 101011 0 101 11100101 1010010 1000110

Color Harmonies of #7289F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289F1

Black with #7289F1

Text Example


Text Example

White with #7289F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7289F1; }

 p { color: rgb(114,137,241); }

 H1.HeaderClassName
 {
   color: #7289F1;
 }
 .AnyTagClassName
 {
   color: #7289F1;
 }
</style>

background-color css

<style>
 a { background-color: #7289F1; }

 a { background-color: rgb(114,137,241); }

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

border-color css

<style>
 span { border-color: #7289F1; }

 span { border-color: rgb(114,137,241); }

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