Html Css Color HEX #749BF4 Cornflower Blue

📋 copy color: '#749BF4'

red 116 ◦ green 155 ◦ blue 244

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

Shades of Cornflower Blue #749BF4

Tints of Cornflower Blue #749BF4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.1%

 BLUE value IS 244 (95.7% from 255) = 47.38%

R = 22.52%
G = 30.1%
B = 47.38%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#749BF4 (or 0x749BF4) is known color: Cornflower Blue. HEX triplet: 74, 9B and F4. RGB value is (116,155,244). Sum of RGB (Red+Green+Blue) = 116+155+244=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #749BF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BF4 is #8B640B. Grayscale: #999999. Windows color (decimal): -9135116 or 16030580. OLE color: 16030580.

HSL color Cylindrical-coordinate representation of color #749BF4: hue angle of 221.72º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #749BF4 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 155 244 -
CMYK 0.52 0.36 0 0.04
HSL 221.72º 0.85% 0.71% -
HSV(B) 221.72º 0.52% 0.96% -
XYZ 35.25 33.69 90.23 -
YUV 153.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 116 155 244 0.52 0.36 0 0.04 221.72 0.85 0.71
Hex 74 9B F4 34 24 0 4 DE 55 47
Octal 164 233 364 64 44 0 4 336 125 107
Binary 1110100 10011011 11110100 110100 100100 0 100 11011110 1010101 1000111

Color Harmonies of #749BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BF4

Black with #749BF4

Text Example


Text Example

White with #749BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,155,244); }

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

background-color css

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

 a { background-color: rgb(116,155,244); }

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

border-color css

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

 span { border-color: rgb(116,155,244); }

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