Html Css Color HEX #749EFB Cornflower Blue

📋 copy color: '#749EFB'

red 116 ◦ green 158 ◦ blue 251

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

Shades of Cornflower Blue #749EFB

Tints of Cornflower Blue #749EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 22.1%
G = 30.1%
B = 47.81%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#749EFB (or 0x749EFB) is known color: Cornflower Blue. HEX triplet: 74, 9E and FB. RGB value is (116,158,251). Sum of RGB (Red+Green+Blue) = 116+158+251=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #749EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EFB is #8B6104. Grayscale: #9B9B9B. Windows color (decimal): -9134341 or 16490100. OLE color: 16490100.

HSL color Cylindrical-coordinate representation of color #749EFB: hue angle of 221.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749EFB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 158 251 -
CMYK 0.54 0.37 0 0.02
HSL 221.33º 0.94% 0.72% -
HSV(B) 221.33º 0.54% 0.98% -
XYZ 36.84 35.13 96.11 -
YUV 156.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 116 158 251 0.54 0.37 0 0.02 221.33 0.94 0.72
Hex 74 9E FB 36 25 0 2 DD 5E 48
Octal 164 236 373 66 45 0 2 335 136 110
Binary 1110100 10011110 11111011 110110 100101 0 10 11011101 1011110 1001000

Color Harmonies of #749EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EFB

Black with #749EFB

Text Example


Text Example

White with #749EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,158,251); }

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

background-color css

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

 a { background-color: rgb(116,158,251); }

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

border-color css

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

 span { border-color: rgb(116,158,251); }

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