Html Css Color HEX #7185FB Cornflower Blue

📋 copy color: '#7185FB'

red 113 ◦ green 133 ◦ blue 251

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

Shades of Cornflower Blue #7185FB

Tints of Cornflower Blue #7185FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.76%

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

R = 22.74%
G = 26.76%
B = 50.5%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7185FB (or 0x7185FB) is known color: Cornflower Blue. HEX triplet: 71, 85 and FB. RGB value is (113,133,251). Sum of RGB (Red+Green+Blue) = 113+133+251=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #7185FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7185FB is #8E7A04. Grayscale: #8B8B8B. Windows color (decimal): -9337349 or 16483697. OLE color: 16483697.

HSL color Cylindrical-coordinate representation of color #7185FB: hue angle of 231.3º 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 #7185FB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 133 251 -
CMYK 0.55 0.47 0 0.02
HSL 231.3º 0.95% 0.71% -
HSV(B) 231.3º 0.55% 0.98% -
XYZ 32.61 27.25 94.81 -
YUV 140.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 113 133 251 0.55 0.47 0 0.02 231.3 0.95 0.71
Hex 71 85 FB 37 2F 0 2 E7 5F 47
Octal 161 205 373 67 57 0 2 347 137 107
Binary 1110001 10000101 11111011 110111 101111 0 10 11100111 1011111 1000111

Color Harmonies of #7185FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7185FB

Black with #7185FB

Text Example


Text Example

White with #7185FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,133,251); }

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

background-color css

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

 a { background-color: rgb(113,133,251); }

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

border-color css

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

 span { border-color: rgb(113,133,251); }

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