Html Css Color HEX #7095FC Cornflower Blue

📋 copy color: '#7095FC'

red 112 ◦ green 149 ◦ blue 252

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

Shades of Cornflower Blue #7095FC

Tints of Cornflower Blue #7095FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 21.83%
G = 29.04%
B = 49.12%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7095FC (or 0x7095FC) is known color: Cornflower Blue. HEX triplet: 70, 95 and FC. RGB value is (112,149,252). Sum of RGB (Red+Green+Blue) = 112+149+252=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #7095FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7095FC is #8F6A03. Grayscale: #959595. Windows color (decimal): -9398788 or 16553328. OLE color: 16553328.

HSL color Cylindrical-coordinate representation of color #7095FC: hue angle of 224.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7095FC is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 149 252 -
CMYK 0.56 0.41 0 0.01
HSL 224.14º 0.96% 0.71% -
HSV(B) 224.14º 0.56% 0.99% -
XYZ 35 31.97 96.42 -
YUV 149.68 185.74 101.12 -
System Red Green Blue C M Y K H S L
Decimal 112 149 252 0.56 0.41 0 0.01 224.14 0.96 0.71
Hex 70 95 FC 38 29 0 1 E0 60 47
Octal 160 225 374 70 51 0 1 340 140 107
Binary 1110000 10010101 11111100 111000 101001 0 1 11100000 1100000 1000111

Color Harmonies of #7095FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095FC

Black with #7095FC

Text Example


Text Example

White with #7095FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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