Html Css Color HEX #749CFF Cornflower Blue

📋 copy color: '#749CFF'

red 116 ◦ green 156 ◦ blue 255

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

Shades of Cornflower Blue #749CFF

Tints of Cornflower Blue #749CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.6%

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

R = 22.01%
G = 29.6%
B = 48.39%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#749CFF (or 0x749CFF) is known color: Cornflower Blue. HEX triplet: 74, 9C and FF. RGB value is (116,156,255). Sum of RGB (Red+Green+Blue) = 116+156+255=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #749CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CFF is #8B6300. Grayscale: #9A9A9A. Windows color (decimal): -9134849 or 16751732. OLE color: 16751732.

HSL color Cylindrical-coordinate representation of color #749CFF: hue angle of 222.73º 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 #749CFF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 156 255 -
CMYK 0.55 0.39 0 0
HSL 222.73º 1% 0.73% -
HSV(B) 222.73º 0.55% 1% -
XYZ 37.14 34.71 99.35 -
YUV 155.33 184.25 99.95 -
System Red Green Blue C M Y K H S L
Decimal 116 156 255 0.55 0.39 0 0 222.73 1 0.73
Hex 74 9C FF 37 27 0 0 DF 64 49
Octal 164 234 377 67 47 0 0 337 144 111
Binary 1110100 10011100 11111111 110111 100111 0 0 11011111 1100100 1001001

Color Harmonies of #749CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CFF

Black with #749CFF

Text Example


Text Example

White with #749CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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