Html Css Color HEX #749BE8 Cornflower Blue

📋 copy color: '#749BE8'

red 116 ◦ green 155 ◦ blue 232

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

Shades of Cornflower Blue #749BE8

Tints of Cornflower Blue #749BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 23.06%
G = 30.82%
B = 46.12%

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

#749BE8 (or 0x749BE8) is known color: Cornflower Blue. HEX triplet: 74, 9B and E8. RGB value is (116,155,232). Sum of RGB (Red+Green+Blue) = 116+155+232=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #749BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BE8 is #8B6417. Grayscale: #979797. Windows color (decimal): -9135128 or 15244148. OLE color: 15244148.

HSL color Cylindrical-coordinate representation of color #749BE8: hue angle of 219.83º degrees, saturation: 0.72, 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 #749BE8 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 155 232 -
CMYK 0.50 0.33 0 0.09
HSL 219.83º 0.72% 0.68% -
HSV(B) 219.83º 0.5% 0.91% -
XYZ 33.49 32.98 80.95 -
YUV 152.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 116 155 232 0.50 0.33 0 0.09 219.83 0.72 0.68
Hex 74 9B E8 32 21 0 9 DC 48 44
Octal 164 233 350 62 41 0 11 334 110 104
Binary 1110100 10011011 11101000 110010 100001 0 1001 11011100 1001000 1000100

Color Harmonies of #749BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BE8

Black with #749BE8

Text Example


Text Example

White with #749BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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