Html Css Color HEX #7289FF Cornflower Blue

📋 copy color: '#7289FF'

red 114 ◦ green 137 ◦ blue 255

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

Shades of Cornflower Blue #7289FF

Tints of Cornflower Blue #7289FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 22.53%
G = 27.08%
B = 50.4%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7289FF (or 0x7289FF) is known color: Cornflower Blue. HEX triplet: 72, 89 and FF. RGB value is (114,137,255). Sum of RGB (Red+Green+Blue) = 114+137+255=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #7289FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7289FF is #8D7600. Grayscale: #8F8F8F. Windows color (decimal): -9270785 or 16746866. OLE color: 16746866.

HSL color Cylindrical-coordinate representation of color #7289FF: hue angle of 230.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7289FF is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 137 255 -
CMYK 0.55 0.46 0 0
HSL 230.21º 1% 0.72% -
HSV(B) 230.21º 0.55% 1% -
XYZ 33.94 28.69 98.36 -
YUV 143.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 114 137 255 0.55 0.46 0 0 230.21 1 0.72
Hex 72 89 FF 37 2E 0 0 E6 64 48
Octal 162 211 377 67 56 0 0 346 144 110
Binary 1110010 10001001 11111111 110111 101110 0 0 11100110 1100100 1001000

Color Harmonies of #7289FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289FF

Black with #7289FF

Text Example


Text Example

White with #7289FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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