Html Css Color HEX #749DF8 Cornflower Blue

📋 copy color: '#749DF8'

red 116 ◦ green 157 ◦ blue 248

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

Shades of Cornflower Blue #749DF8

Tints of Cornflower Blue #749DF8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 22.26%
G = 30.13%
B = 47.6%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#749DF8 (or 0x749DF8) is known color: Cornflower Blue. HEX triplet: 74, 9D and F8. RGB value is (116,157,248). Sum of RGB (Red+Green+Blue) = 116+157+248=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #749DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DF8 is #8B6207. Grayscale: #9A9A9A. Windows color (decimal): -9134600 or 16293236. OLE color: 16293236.

HSL color Cylindrical-coordinate representation of color #749DF8: hue angle of 221.36º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #749DF8 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 157 248 -
CMYK 0.53 0.37 0 0.03
HSL 221.36º 0.9% 0.71% -
HSV(B) 221.36º 0.53% 0.97% -
XYZ 36.2 34.6 93.58 -
YUV 155.12 180.42 100.1 -
System Red Green Blue C M Y K H S L
Decimal 116 157 248 0.53 0.37 0 0.03 221.36 0.9 0.71
Hex 74 9D F8 35 25 0 3 DD 5A 47
Octal 164 235 370 65 45 0 3 335 132 107
Binary 1110100 10011101 11111000 110101 100101 0 11 11011101 1011010 1000111

Color Harmonies of #749DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DF8

Black with #749DF8

Text Example


Text Example

White with #749DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,248); }

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

background-color css

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

 a { background-color: rgb(116,157,248); }

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

border-color css

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

 span { border-color: rgb(116,157,248); }

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