Html Css Color HEX #749EEE Cornflower Blue

📋 copy color: '#749EEE'

red 116 ◦ green 158 ◦ blue 238

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

Shades of Cornflower Blue #749EEE

Tints of Cornflower Blue #749EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 22.66%
G = 30.86%
B = 46.48%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#749EEE (or 0x749EEE) is known color: Cornflower Blue. HEX triplet: 74, 9E and EE. RGB value is (116,158,238). Sum of RGB (Red+Green+Blue) = 116+158+238=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #749EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EEE is #8B6111. Grayscale: #9A9A9A. Windows color (decimal): -9134354 or 15638132. OLE color: 15638132.

HSL color Cylindrical-coordinate representation of color #749EEE: hue angle of 219.34º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749EEE is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 158 238 -
CMYK 0.51 0.34 0 0.07
HSL 219.34º 0.78% 0.69% -
HSV(B) 219.34º 0.51% 0.93% -
XYZ 34.86 34.34 85.68 -
YUV 154.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 116 158 238 0.51 0.34 0 0.07 219.34 0.78 0.69
Hex 74 9E EE 33 22 0 7 DB 4E 45
Octal 164 236 356 63 42 0 7 333 116 105
Binary 1110100 10011110 11101110 110011 100010 0 111 11011011 1001110 1000101

Color Harmonies of #749EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EEE

Black with #749EEE

Text Example


Text Example

White with #749EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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