Html Css Color HEX #7090FE Cornflower Blue

📋 copy color: '#7090FE'

red 112 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #7090FE

Tints of Cornflower Blue #7090FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.24%

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

R = 21.96%
G = 28.24%
B = 49.8%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7090FE (or 0x7090FE) is known color: Cornflower Blue. HEX triplet: 70, 90 and FE. RGB value is (112,144,254). Sum of RGB (Red+Green+Blue) = 112+144+254=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #7090FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7090FE is #8F6F01. Grayscale: #929292. Windows color (decimal): -9400066 or 16683120. OLE color: 16683120.

HSL color Cylindrical-coordinate representation of color #7090FE: hue angle of 226.48º 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 #7090FE is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 144 254 -
CMYK 0.56 0.43 0 0.00
HSL 226.48º 0.99% 0.72% -
HSV(B) 226.48º 0.56% 1% -
XYZ 34.54 30.55 97.84 -
YUV 146.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 112 144 254 0.56 0.43 0 0.00 226.48 0.99 0.72
Hex 70 90 FE 38 2B 0 0 E2 63 48
Octal 160 220 376 70 53 0 0 342 143 110
Binary 1110000 10010000 11111110 111000 101011 0 0 11100010 1100011 1001000

Color Harmonies of #7090FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7090FE

Black with #7090FE

Text Example


Text Example

White with #7090FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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