Html Css Color HEX #749BFA Cornflower Blue

📋 copy color: '#749BFA'

red 116 ◦ green 155 ◦ blue 250

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

Shades of Cornflower Blue #749BFA

Tints of Cornflower Blue #749BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.75%

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 22.26%
G = 29.75%
B = 47.98%

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

#749BFA (or 0x749BFA) is known color: Cornflower Blue. HEX triplet: 74, 9B and FA. RGB value is (116,155,250). Sum of RGB (Red+Green+Blue) = 116+155+250=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #749BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BFA is #8B6405. Grayscale: #999999. Windows color (decimal): -9135110 or 16423796. OLE color: 16423796.

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

Color convert

RGB 116 155 250 -
CMYK 0.54 0.38 0 0.02
HSL 222.54º 0.93% 0.72% -
HSV(B) 222.54º 0.54% 0.98% -
XYZ 36.18 34.06 95.11 -
YUV 154.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 116 155 250 0.54 0.38 0 0.02 222.54 0.93 0.72
Hex 74 9B FA 36 26 0 2 DF 5D 48
Octal 164 233 372 66 46 0 2 337 135 110
Binary 1110100 10011011 11111010 110110 100110 0 10 11011111 1011101 1001000

Color Harmonies of #749BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BFA

Black with #749BFA

Text Example


Text Example

White with #749BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,155,250); }

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

background-color css

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

 a { background-color: rgb(116,155,250); }

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

border-color css

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

 span { border-color: rgb(116,155,250); }

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