Html Css Color HEX #7092DD Cornflower Blue

📋 copy color: '#7092DD'

red 112 ◦ green 146 ◦ blue 221

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

Shades of Cornflower Blue #7092DD

Tints of Cornflower Blue #7092DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 23.38%
G = 30.48%
B = 46.14%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7092DD (or 0x7092DD) is known color: Cornflower Blue. HEX triplet: 70, 92 and DD. RGB value is (112,146,221). Sum of RGB (Red+Green+Blue) = 112+146+221=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #7092DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7092DD is #8F6D22. Grayscale: #909090. Windows color (decimal): -9399587 or 14520944. OLE color: 14520944.

HSL color Cylindrical-coordinate representation of color #7092DD: hue angle of 221.28º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7092DD is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 146 221 -
CMYK 0.49 0.34 0 0.13
HSL 221.28º 0.62% 0.65% -
HSV(B) 221.28º 0.49% 0.87% -
XYZ 30.01 29.22 72.47 -
YUV 144.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 112 146 221 0.49 0.34 0 0.13 221.28 0.62 0.65
Hex 70 92 DD 31 22 0 D DD 3E 41
Octal 160 222 335 61 42 0 15 335 76 101
Binary 1110000 10010010 11011101 110001 100010 0 1101 11011101 111110 1000001

Color Harmonies of #7092DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7092DD

Black with #7092DD

Text Example


Text Example

White with #7092DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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