Html Css Color HEX #7089FE Cornflower Blue

📋 copy color: '#7089FE'

red 112 ◦ green 137 ◦ blue 254

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

Shades of Cornflower Blue #7089FE

Tints of Cornflower Blue #7089FE

RGB

 RED value IS 112 (44.14% from 255) = 22.27%

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 22.27%
G = 27.24%
B = 50.5%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7089FE (or 0x7089FE) is known color: Cornflower Blue. HEX triplet: 70, 89 and FE. RGB value is (112,137,254). Sum of RGB (Red+Green+Blue) = 112+137+254=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #7089FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7089FE is #8F7601. Grayscale: #8E8E8E. Windows color (decimal): -9401858 or 16681328. OLE color: 16681328.

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

Color convert

RGB 112 137 254 -
CMYK 0.56 0.46 0 0.00
HSL 229.44º 0.99% 0.72% -
HSV(B) 229.44º 0.56% 1% -
XYZ 33.52 28.49 97.5 -
YUV 142.86 190.72 105.99 -
System Red Green Blue C M Y K H S L
Decimal 112 137 254 0.56 0.46 0 0.00 229.44 0.99 0.72
Hex 70 89 FE 38 2E 0 0 E5 63 48
Octal 160 211 376 70 56 0 0 345 143 110
Binary 1110000 10001001 11111110 111000 101110 0 0 11100101 1100011 1001000

Color Harmonies of #7089FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7089FE

Black with #7089FE

Text Example


Text Example

White with #7089FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7089FE; }

 p { color: rgb(112,137,254); }

 H1.HeaderClassName
 {
   color: #7089FE;
 }
 .AnyTagClassName
 {
   color: #7089FE;
 }
</style>

background-color css

<style>
 a { background-color: #7089FE; }

 a { background-color: rgb(112,137,254); }

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

border-color css

<style>
 span { border-color: #7089FE; }

 span { border-color: rgb(112,137,254); }

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