Html Css Color HEX #749FEE Cornflower Blue

📋 copy color: '#749FEE'

red 116 ◦ green 159 ◦ blue 238

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

Shades of Cornflower Blue #749FEE

Tints of Cornflower Blue #749FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.99%

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

R = 22.61%
G = 30.99%
B = 46.39%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#749FEE (or 0x749FEE) is known color: Cornflower Blue. HEX triplet: 74, 9F and EE. RGB value is (116,159,238). Sum of RGB (Red+Green+Blue) = 116+159+238=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #749FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749FEE is #8B6011. Grayscale: #9A9A9A. Windows color (decimal): -9134098 or 15638388. OLE color: 15638388.

HSL color Cylindrical-coordinate representation of color #749FEE: hue angle of 218.85º 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 #749FEE is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 159 238 -
CMYK 0.51 0.33 0 0.07
HSL 218.85º 0.78% 0.69% -
HSV(B) 218.85º 0.51% 0.93% -
XYZ 35.03 34.68 85.74 -
YUV 155.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 116 159 238 0.51 0.33 0 0.07 218.85 0.78 0.69
Hex 74 9F EE 33 21 0 7 DB 4E 45
Octal 164 237 356 63 41 0 7 333 116 105
Binary 1110100 10011111 11101110 110011 100001 0 111 11011011 1001110 1000101

Color Harmonies of #749FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FEE

Black with #749FEE

Text Example


Text Example

White with #749FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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