Html Css Color HEX #749BF2 Cornflower Blue

📋 copy color: '#749BF2'

red 116 ◦ green 155 ◦ blue 242

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

Shades of Cornflower Blue #749BF2

Tints of Cornflower Blue #749BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 22.61%
G = 30.21%
B = 47.17%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#749BF2 (or 0x749BF2) is known color: Cornflower Blue. HEX triplet: 74, 9B and F2. RGB value is (116,155,242). Sum of RGB (Red+Green+Blue) = 116+155+242=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #749BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BF2 is #8B640D. Grayscale: #989898. Windows color (decimal): -9135118 or 15899508. OLE color: 15899508.

HSL color Cylindrical-coordinate representation of color #749BF2: hue angle of 221.43º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #749BF2 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 155 242 -
CMYK 0.52 0.36 0 0.05
HSL 221.43º 0.83% 0.7% -
HSV(B) 221.43º 0.52% 0.95% -
XYZ 34.95 33.57 88.64 -
YUV 153.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 116 155 242 0.52 0.36 0 0.05 221.43 0.83 0.7
Hex 74 9B F2 34 24 0 5 DD 53 46
Octal 164 233 362 64 44 0 5 335 123 106
Binary 1110100 10011011 11110010 110100 100100 0 101 11011101 1010011 1000110

Color Harmonies of #749BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BF2

Black with #749BF2

Text Example


Text Example

White with #749BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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