Html Css Color HEX #7092ED Cornflower Blue

📋 copy color: '#7092ED'

red 112 ◦ green 146 ◦ blue 237

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

Shades of Cornflower Blue #7092ED

Tints of Cornflower Blue #7092ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 22.63%
G = 29.49%
B = 47.88%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7092ED (or 0x7092ED) is known color: Cornflower Blue. HEX triplet: 70, 92 and ED. RGB value is (112,146,237). Sum of RGB (Red+Green+Blue) = 112+146+237=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #7092ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7092ED is #8F6D12. Grayscale: #919191. Windows color (decimal): -9399571 or 15569520. OLE color: 15569520.

HSL color Cylindrical-coordinate representation of color #7092ED: hue angle of 223.68º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7092ED is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 146 237 -
CMYK 0.53 0.38 0 0.07
HSL 223.68º 0.78% 0.68% -
HSV(B) 223.68º 0.53% 0.93% -
XYZ 32.25 30.12 84.23 -
YUV 146.21 179.24 103.6 -
System Red Green Blue C M Y K H S L
Decimal 112 146 237 0.53 0.38 0 0.07 223.68 0.78 0.68
Hex 70 92 ED 35 26 0 7 E0 4E 44
Octal 160 222 355 65 46 0 7 340 116 104
Binary 1110000 10010010 11101101 110101 100110 0 111 11100000 1001110 1000100

Color Harmonies of #7092ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7092ED

Black with #7092ED

Text Example


Text Example

White with #7092ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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