Html Css Color HEX #749BE7 Cornflower Blue

📋 copy color: '#749BE7'

red 116 ◦ green 155 ◦ blue 231

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

Shades of Cornflower Blue #749BE7

Tints of Cornflower Blue #749BE7

RGB

 RED value IS 116 (45.7% from 255) = 23.11%

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 231 (90.63% from 255) = 46.02%

R = 23.11%
G = 30.88%
B = 46.02%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#749BE7 (or 0x749BE7) is known color: Cornflower Blue. HEX triplet: 74, 9B and E7. RGB value is (116,155,231). Sum of RGB (Red+Green+Blue) = 116+155+231=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #749BE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BE7 is #8B6418. Grayscale: #979797. Windows color (decimal): -9135129 or 15178612. OLE color: 15178612.

HSL color Cylindrical-coordinate representation of color #749BE7: hue angle of 219.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749BE7 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 155 231 -
CMYK 0.50 0.33 0 0.09
HSL 219.65º 0.71% 0.68% -
HSV(B) 219.65º 0.5% 0.91% -
XYZ 33.35 32.93 80.2 -
YUV 152 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 116 155 231 0.50 0.33 0 0.09 219.65 0.71 0.68
Hex 74 9B E7 32 21 0 9 DC 47 44
Octal 164 233 347 62 41 0 11 334 107 104
Binary 1110100 10011011 11100111 110010 100001 0 1001 11011100 1000111 1000100

Color Harmonies of #749BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BE7

Black with #749BE7

Text Example


Text Example

White with #749BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749BE7; }

 p { color: rgb(116,155,231); }

 H1.HeaderClassName
 {
   color: #749BE7;
 }
 .AnyTagClassName
 {
   color: #749BE7;
 }
</style>

background-color css

<style>
 a { background-color: #749BE7; }

 a { background-color: rgb(116,155,231); }

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

border-color css

<style>
 span { border-color: #749BE7; }

 span { border-color: rgb(116,155,231); }

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