Html Css Color HEX #749FFF Cornflower Blue

📋 copy color: '#749FFF'

red 116 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #749FFF

Tints of Cornflower Blue #749FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 21.89%
G = 30%
B = 48.11%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#749FFF (or 0x749FFF) is known color: Cornflower Blue. HEX triplet: 74, 9F and FF. RGB value is (116,159,255). Sum of RGB (Red+Green+Blue) = 116+159+255=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #749FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749FFF is #8B6000. Grayscale: #9C9C9C. Windows color (decimal): -9134081 or 16752500. OLE color: 16752500.

HSL color Cylindrical-coordinate representation of color #749FFF: hue angle of 221.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #749FFF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 159 255 -
CMYK 0.55 0.38 0 0
HSL 221.44º 1% 0.73% -
HSV(B) 221.44º 0.55% 1% -
XYZ 37.65 35.73 99.52 -
YUV 157.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 116 159 255 0.55 0.38 0 0 221.44 1 0.73
Hex 74 9F FF 37 26 0 0 DD 64 49
Octal 164 237 377 67 46 0 0 335 144 111
Binary 1110100 10011111 11111111 110111 100110 0 0 11011101 1100100 1001001

Color Harmonies of #749FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FFF

Black with #749FFF

Text Example


Text Example

White with #749FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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