Html Css Color HEX #749DEF Cornflower Blue

📋 copy color: '#749DEF'

red 116 ◦ green 157 ◦ blue 239

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

Shades of Cornflower Blue #749DEF

Tints of Cornflower Blue #749DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 22.66%
G = 30.66%
B = 46.68%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#749DEF (or 0x749DEF) is known color: Cornflower Blue. HEX triplet: 74, 9D and EF. RGB value is (116,157,239). Sum of RGB (Red+Green+Blue) = 116+157+239=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #749DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DEF is #8B6210. Grayscale: #999999. Windows color (decimal): -9134609 or 15703412. OLE color: 15703412.

HSL color Cylindrical-coordinate representation of color #749DEF: hue angle of 220º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749DEF is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 157 239 -
CMYK 0.51 0.34 0 0.06
HSL 220º 0.79% 0.7% -
HSV(B) 220º 0.51% 0.94% -
XYZ 34.84 34.06 86.4 -
YUV 154.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 116 157 239 0.51 0.34 0 0.06 220 0.79 0.7
Hex 74 9D EF 33 22 0 6 DC 4F 46
Octal 164 235 357 63 42 0 6 334 117 106
Binary 1110100 10011101 11101111 110011 100010 0 110 11011100 1001111 1000110

Color Harmonies of #749DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DEF

Black with #749DEF

Text Example


Text Example

White with #749DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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