Html Css Color HEX #749FED Cornflower Blue

📋 copy color: '#749FED'

red 116 ◦ green 159 ◦ blue 237

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

Shades of Cornflower Blue #749FED

Tints of Cornflower Blue #749FED

RGB

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

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

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

R = 22.66%
G = 31.05%
B = 46.29%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#749FED (or 0x749FED) is known color: Cornflower Blue. HEX triplet: 74, 9F and ED. RGB value is (116,159,237). Sum of RGB (Red+Green+Blue) = 116+159+237=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #749FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749FED is #8B6012. Grayscale: #9A9A9A. Windows color (decimal): -9134099 or 15572852. OLE color: 15572852.

HSL color Cylindrical-coordinate representation of color #749FED: hue angle of 218.68º 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 #749FED is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 159 237 -
CMYK 0.51 0.33 0 0.07
HSL 218.68º 0.77% 0.69% -
HSV(B) 218.68º 0.51% 0.93% -
XYZ 34.89 34.62 84.97 -
YUV 155.04 174.25 100.16 -
System Red Green Blue C M Y K H S L
Decimal 116 159 237 0.51 0.33 0 0.07 218.68 0.77 0.69
Hex 74 9F ED 33 21 0 7 DB 4D 45
Octal 164 237 355 63 41 0 7 333 115 105
Binary 1110100 10011111 11101101 110011 100001 0 111 11011011 1001101 1000101

Color Harmonies of #749FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FED

Black with #749FED

Text Example


Text Example

White with #749FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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