Html Css Color HEX #749CE7 Cornflower Blue

📋 copy color: '#749CE7'

red 116 ◦ green 156 ◦ blue 231

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

Shades of Cornflower Blue #749CE7

Tints of Cornflower Blue #749CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.92%

R = 23.06%
G = 31.01%
B = 45.92%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#749CE7 (or 0x749CE7) is known color: Cornflower Blue. HEX triplet: 74, 9C and E7. RGB value is (116,156,231). Sum of RGB (Red+Green+Blue) = 116+156+231=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #749CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CE7 is #8B6318. Grayscale: #989898. Windows color (decimal): -9134873 or 15178868. OLE color: 15178868.

HSL color Cylindrical-coordinate representation of color #749CE7: hue angle of 219.13º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749CE7 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 156 231 -
CMYK 0.50 0.32 0 0.09
HSL 219.13º 0.71% 0.68% -
HSV(B) 219.13º 0.5% 0.91% -
XYZ 33.51 33.26 80.25 -
YUV 152.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 116 156 231 0.50 0.32 0 0.09 219.13 0.71 0.68
Hex 74 9C E7 32 20 0 9 DB 47 44
Octal 164 234 347 62 40 0 11 333 107 104
Binary 1110100 10011100 11100111 110010 100000 0 1001 11011011 1000111 1000100

Color Harmonies of #749CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CE7

Black with #749CE7

Text Example


Text Example

White with #749CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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