Html Css Color HEX #7195FE Cornflower Blue

📋 copy color: '#7195FE'

red 113 ◦ green 149 ◦ blue 254

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

Shades of Cornflower Blue #7195FE

Tints of Cornflower Blue #7195FE

RGB

 RED value IS 113 (44.53% from 255) = 21.9%

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 21.9%
G = 28.88%
B = 49.22%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7195FE (or 0x7195FE) is known color: Cornflower Blue. HEX triplet: 71, 95 and FE. RGB value is (113,149,254). Sum of RGB (Red+Green+Blue) = 113+149+254=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #7195FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7195FE is #8E6A01. Grayscale: #959595. Windows color (decimal): -9333250 or 16684401. OLE color: 16684401.

HSL color Cylindrical-coordinate representation of color #7195FE: hue angle of 224.68º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7195FE is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 149 254 -
CMYK 0.56 0.41 0 0.00
HSL 224.68º 0.99% 0.72% -
HSV(B) 224.68º 0.56% 1% -
XYZ 35.45 32.16 98.11 -
YUV 150.21 186.57 101.46 -
System Red Green Blue C M Y K H S L
Decimal 113 149 254 0.56 0.41 0 0.00 224.68 0.99 0.72
Hex 71 95 FE 38 29 0 0 E1 63 48
Octal 161 225 376 70 51 0 0 341 143 110
Binary 1110001 10010101 11111110 111000 101001 0 0 11100001 1100011 1001000

Color Harmonies of #7195FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7195FE

Black with #7195FE

Text Example


Text Example

White with #7195FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7195FE; }

 p { color: rgb(113,149,254); }

 H1.HeaderClassName
 {
   color: #7195FE;
 }
 .AnyTagClassName
 {
   color: #7195FE;
 }
</style>

background-color css

<style>
 a { background-color: #7195FE; }

 a { background-color: rgb(113,149,254); }

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

border-color css

<style>
 span { border-color: #7195FE; }

 span { border-color: rgb(113,149,254); }

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