Html Css Color HEX #749CEB Cornflower Blue

📋 copy color: '#749CEB'

red 116 ◦ green 156 ◦ blue 235

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

Shades of Cornflower Blue #749CEB

Tints of Cornflower Blue #749CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 22.88%
G = 30.77%
B = 46.35%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#749CEB (or 0x749CEB) is known color: Cornflower Blue. HEX triplet: 74, 9C and EB. RGB value is (116,156,235). Sum of RGB (Red+Green+Blue) = 116+156+235=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #749CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CEB is #8B6314. Grayscale: #989898. Windows color (decimal): -9134869 or 15441012. OLE color: 15441012.

HSL color Cylindrical-coordinate representation of color #749CEB: hue angle of 219.83º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749CEB is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 156 235 -
CMYK 0.51 0.34 0 0.08
HSL 219.83º 0.75% 0.69% -
HSV(B) 219.83º 0.51% 0.92% -
XYZ 34.09 33.49 83.26 -
YUV 153.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 116 156 235 0.51 0.34 0 0.08 219.83 0.75 0.69
Hex 74 9C EB 33 22 0 8 DC 4B 45
Octal 164 234 353 63 42 0 10 334 113 105
Binary 1110100 10011100 11101011 110011 100010 0 1000 11011100 1001011 1000101

Color Harmonies of #749CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CEB

Black with #749CEB

Text Example


Text Example

White with #749CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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