Html Css Color HEX #749AED Cornflower Blue

📋 copy color: '#749AED'

red 116 ◦ green 154 ◦ blue 237

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

Shades of Cornflower Blue #749AED

Tints of Cornflower Blue #749AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 22.88%
G = 30.37%
B = 46.75%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#749AED (or 0x749AED) is known color: Cornflower Blue. HEX triplet: 74, 9A and ED. RGB value is (116,154,237). Sum of RGB (Red+Green+Blue) = 116+154+237=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #749AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749AED is #8B6512. Grayscale: #979797. Windows color (decimal): -9135379 or 15571572. OLE color: 15571572.

HSL color Cylindrical-coordinate representation of color #749AED: hue angle of 221.16º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749AED is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 154 237 -
CMYK 0.51 0.35 0 0.07
HSL 221.16º 0.77% 0.69% -
HSV(B) 221.16º 0.51% 0.93% -
XYZ 34.04 32.94 84.68 -
YUV 152.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 116 154 237 0.51 0.35 0 0.07 221.16 0.77 0.69
Hex 74 9A ED 33 23 0 7 DD 4D 45
Octal 164 232 355 63 43 0 7 335 115 105
Binary 1110100 10011010 11101101 110011 100011 0 111 11011101 1001101 1000101

Color Harmonies of #749AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749AED

Black with #749AED

Text Example


Text Example

White with #749AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,154,237); }

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

background-color css

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

 a { background-color: rgb(116,154,237); }

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

border-color css

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

 span { border-color: rgb(116,154,237); }

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