Html Css Color HEX #7092F8 Cornflower Blue

📋 copy color: '#7092F8'

red 112 ◦ green 146 ◦ blue 248

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

Shades of Cornflower Blue #7092F8

Tints of Cornflower Blue #7092F8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 248 (97.27% from 255) = 49.01%

R = 22.13%
G = 28.85%
B = 49.01%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7092F8 (or 0x7092F8) is known color: Cornflower Blue. HEX triplet: 70, 92 and F8. RGB value is (112,146,248). Sum of RGB (Red+Green+Blue) = 112+146+248=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #7092F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7092F8 is #8F6D07. Grayscale: #939393. Windows color (decimal): -9399560 or 16290416. OLE color: 16290416.

HSL color Cylindrical-coordinate representation of color #7092F8: hue angle of 225º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7092F8 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 146 248 -
CMYK 0.55 0.41 0 0.03
HSL 225º 0.91% 0.71% -
HSV(B) 225º 0.55% 0.97% -
XYZ 33.9 30.78 92.96 -
YUV 147.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 112 146 248 0.55 0.41 0 0.03 225 0.91 0.71
Hex 70 92 F8 37 29 0 3 E1 5B 47
Octal 160 222 370 67 51 0 3 341 133 107
Binary 1110000 10010010 11111000 110111 101001 0 11 11100001 1011011 1000111

Color Harmonies of #7092F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7092F8

Black with #7092F8

Text Example


Text Example

White with #7092F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7092F8; }

 p { color: rgb(112,146,248); }

 H1.HeaderClassName
 {
   color: #7092F8;
 }
 .AnyTagClassName
 {
   color: #7092F8;
 }
</style>

background-color css

<style>
 a { background-color: #7092F8; }

 a { background-color: rgb(112,146,248); }

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

border-color css

<style>
 span { border-color: #7092F8; }

 span { border-color: rgb(112,146,248); }

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