Html Css Color HEX #749FFC Cornflower Blue

📋 copy color: '#749FFC'

red 116 ◦ green 159 ◦ blue 252

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

Shades of Cornflower Blue #749FFC

Tints of Cornflower Blue #749FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 22.01%
G = 30.17%
B = 47.82%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#749FFC (or 0x749FFC) is known color: Cornflower Blue. HEX triplet: 74, 9F and FC. RGB value is (116,159,252). Sum of RGB (Red+Green+Blue) = 116+159+252=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #749FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749FFC is #8B6003. Grayscale: #9C9C9C. Windows color (decimal): -9134084 or 16555892. OLE color: 16555892.

HSL color Cylindrical-coordinate representation of color #749FFC: hue angle of 221.03º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749FFC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 159 252 -
CMYK 0.54 0.37 0 0.01
HSL 221.03º 0.96% 0.72% -
HSV(B) 221.03º 0.54% 0.99% -
XYZ 37.17 35.54 97 -
YUV 156.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 116 159 252 0.54 0.37 0 0.01 221.03 0.96 0.72
Hex 74 9F FC 36 25 0 1 DD 60 48
Octal 164 237 374 66 45 0 1 335 140 110
Binary 1110100 10011111 11111100 110110 100101 0 1 11011101 1100000 1001000

Color Harmonies of #749FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FFC

Black with #749FFC

Text Example


Text Example

White with #749FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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