Html Css Color HEX #7095DD Cornflower Blue

📋 copy color: '#7095DD'

red 112 ◦ green 149 ◦ blue 221

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

Shades of Cornflower Blue #7095DD

Tints of Cornflower Blue #7095DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

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

R = 23.24%
G = 30.91%
B = 45.85%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7095DD (or 0x7095DD) is known color: Cornflower Blue. HEX triplet: 70, 95 and DD. RGB value is (112,149,221). Sum of RGB (Red+Green+Blue) = 112+149+221=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #7095DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095DD is #8F6A22. Grayscale: #919191. Windows color (decimal): -9398819 or 14521712. OLE color: 14521712.

HSL color Cylindrical-coordinate representation of color #7095DD: hue angle of 219.63º 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 #7095DD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 149 221 -
CMYK 0.49 0.33 0 0.13
HSL 219.63º 0.62% 0.65% -
HSV(B) 219.63º 0.49% 0.87% -
XYZ 30.48 30.16 72.62 -
YUV 146.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 112 149 221 0.49 0.33 0 0.13 219.63 0.62 0.65
Hex 70 95 DD 31 21 0 D DC 3E 41
Octal 160 225 335 61 41 0 15 334 76 101
Binary 1110000 10010101 11011101 110001 100001 0 1101 11011100 111110 1000001

Color Harmonies of #7095DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095DD

Black with #7095DD

Text Example


Text Example

White with #7095DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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