Html Css Color HEX #749AE6 Cornflower Blue

📋 copy color: '#749AE6'

red 116 ◦ green 154 ◦ blue 230

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

Shades of Cornflower Blue #749AE6

Tints of Cornflower Blue #749AE6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 23.2%
G = 30.8%
B = 46%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#749AE6 (or 0x749AE6) is known color: Cornflower Blue. HEX triplet: 74, 9A and E6. RGB value is (116,154,230). Sum of RGB (Red+Green+Blue) = 116+154+230=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #749AE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749AE6 is #8B6519. Grayscale: #969696. Windows color (decimal): -9135386 or 15112820. OLE color: 15112820.

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

Color convert

RGB 116 154 230 -
CMYK 0.50 0.33 0 0.10
HSL 220º 0.7% 0.68% -
HSV(B) 220º 0.5% 0.9% -
XYZ 33.04 32.54 79.4 -
YUV 151.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 116 154 230 0.50 0.33 0 0.10 220 0.7 0.68
Hex 74 9A E6 32 21 0 A DC 46 44
Octal 164 232 346 62 41 0 12 334 106 104
Binary 1110100 10011010 11100110 110010 100001 0 1010 11011100 1000110 1000100

Color Harmonies of #749AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749AE6

Black with #749AE6

Text Example


Text Example

White with #749AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,154,230); }

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

background-color css

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

 a { background-color: rgb(116,154,230); }

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

border-color css

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

 span { border-color: rgb(116,154,230); }

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