Html Css Color HEX #7095FB Cornflower Blue

📋 copy color: '#7095FB'

red 112 ◦ green 149 ◦ blue 251

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

Shades of Cornflower Blue #7095FB

Tints of Cornflower Blue #7095FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 21.88%
G = 29.1%
B = 49.02%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7095FB (or 0x7095FB) is known color: Cornflower Blue. HEX triplet: 70, 95 and FB. RGB value is (112,149,251). Sum of RGB (Red+Green+Blue) = 112+149+251=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #7095FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7095FB is #8F6A04. Grayscale: #959595. Windows color (decimal): -9398789 or 16487792. OLE color: 16487792.

HSL color Cylindrical-coordinate representation of color #7095FB: hue angle of 224.03º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7095FB is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 149 251 -
CMYK 0.55 0.41 0 0.02
HSL 224.03º 0.95% 0.71% -
HSV(B) 224.03º 0.55% 0.98% -
XYZ 34.84 31.9 95.59 -
YUV 149.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 112 149 251 0.55 0.41 0 0.02 224.03 0.95 0.71
Hex 70 95 FB 37 29 0 2 E0 5F 47
Octal 160 225 373 67 51 0 2 340 137 107
Binary 1110000 10010101 11111011 110111 101001 0 10 11100000 1011111 1000111

Color Harmonies of #7095FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095FB

Black with #7095FB

Text Example


Text Example

White with #7095FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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