Html Css Color HEX #749CFB Cornflower Blue

📋 copy color: '#749CFB'

red 116 ◦ green 156 ◦ blue 251

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

Shades of Cornflower Blue #749CFB

Tints of Cornflower Blue #749CFB

RGB

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

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

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

R = 22.18%
G = 29.83%
B = 47.99%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#749CFB (or 0x749CFB) is known color: Cornflower Blue. HEX triplet: 74, 9C and FB. RGB value is (116,156,251). Sum of RGB (Red+Green+Blue) = 116+156+251=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #749CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CFB is #8B6304. Grayscale: #9A9A9A. Windows color (decimal): -9134853 or 16489588. OLE color: 16489588.

HSL color Cylindrical-coordinate representation of color #749CFB: hue angle of 222.22º 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 #749CFB is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 156 251 -
CMYK 0.54 0.38 0 0.02
HSL 222.22º 0.94% 0.72% -
HSV(B) 222.22º 0.54% 0.98% -
XYZ 36.5 34.45 95.99 -
YUV 154.87 182.25 100.28 -
System Red Green Blue C M Y K H S L
Decimal 116 156 251 0.54 0.38 0 0.02 222.22 0.94 0.72
Hex 74 9C FB 36 26 0 2 DE 5E 48
Octal 164 234 373 66 46 0 2 336 136 110
Binary 1110100 10011100 11111011 110110 100110 0 10 11011110 1011110 1001000

Color Harmonies of #749CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CFB

Black with #749CFB

Text Example


Text Example

White with #749CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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