Html Css Color HEX #749EEB Cornflower Blue

📋 copy color: '#749EEB'

red 116 ◦ green 158 ◦ blue 235

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

Shades of Cornflower Blue #749EEB

Tints of Cornflower Blue #749EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.04%

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 22.79%
G = 31.04%
B = 46.17%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#749EEB (or 0x749EEB) is known color: Cornflower Blue. HEX triplet: 74, 9E and EB. RGB value is (116,158,235). Sum of RGB (Red+Green+Blue) = 116+158+235=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #749EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EEB is #8B6114. Grayscale: #999999. Windows color (decimal): -9134357 or 15441524. OLE color: 15441524.

HSL color Cylindrical-coordinate representation of color #749EEB: hue angle of 218.82º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749EEB is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 158 235 -
CMYK 0.51 0.33 0 0.08
HSL 218.82º 0.75% 0.69% -
HSV(B) 218.82º 0.51% 0.92% -
XYZ 34.42 34.16 83.38 -
YUV 154.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 116 158 235 0.51 0.33 0 0.08 218.82 0.75 0.69
Hex 74 9E EB 33 21 0 8 DB 4B 45
Octal 164 236 353 63 41 0 10 333 113 105
Binary 1110100 10011110 11101011 110011 100001 0 1000 11011011 1001011 1000101

Color Harmonies of #749EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EEB

Black with #749EEB

Text Example


Text Example

White with #749EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,158,235); }

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

background-color css

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

 a { background-color: rgb(116,158,235); }

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

border-color css

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

 span { border-color: rgb(116,158,235); }

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