Html Css Color HEX #749DEC Cornflower Blue

📋 copy color: '#749DEC'

red 116 ◦ green 157 ◦ blue 236

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

Shades of Cornflower Blue #749DEC

Tints of Cornflower Blue #749DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 22.79%
G = 30.84%
B = 46.37%

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

#749DEC (or 0x749DEC) is known color: Cornflower Blue. HEX triplet: 74, 9D and EC. RGB value is (116,157,236). Sum of RGB (Red+Green+Blue) = 116+157+236=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #749DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DEC is #8B6213. Grayscale: #999999. Windows color (decimal): -9134612 or 15506804. OLE color: 15506804.

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

Color convert

RGB 116 157 236 -
CMYK 0.51 0.33 0 0.07
HSL 219.5º 0.76% 0.69% -
HSV(B) 219.5º 0.51% 0.93% -
XYZ 34.4 33.88 84.08 -
YUV 153.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 116 157 236 0.51 0.33 0 0.07 219.5 0.76 0.69
Hex 74 9D EC 33 21 0 7 DC 4C 45
Octal 164 235 354 63 41 0 7 334 114 105
Binary 1110100 10011101 11101100 110011 100001 0 111 11011100 1001100 1000101

Color Harmonies of #749DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DEC

Black with #749DEC

Text Example


Text Example

White with #749DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,236); }

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

background-color css

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

 a { background-color: rgb(116,157,236); }

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

border-color css

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

 span { border-color: rgb(116,157,236); }

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