Html Css Color HEX #749DEB Cornflower Blue

📋 copy color: '#749DEB'

red 116 ◦ green 157 ◦ blue 235

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

Shades of Cornflower Blue #749DEB

Tints of Cornflower Blue #749DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.91%

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

R = 22.83%
G = 30.91%
B = 46.26%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#749DEB (or 0x749DEB) is known color: Cornflower Blue. HEX triplet: 74, 9D and EB. RGB value is (116,157,235). Sum of RGB (Red+Green+Blue) = 116+157+235=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #749DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DEB is #8B6214. Grayscale: #999999. Windows color (decimal): -9134613 or 15441268. OLE color: 15441268.

HSL color Cylindrical-coordinate representation of color #749DEB: hue angle of 219.33º 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 #749DEB is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 157 235 -
CMYK 0.51 0.33 0 0.08
HSL 219.33º 0.75% 0.69% -
HSV(B) 219.33º 0.51% 0.92% -
XYZ 34.25 33.83 83.32 -
YUV 153.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 116 157 235 0.51 0.33 0 0.08 219.33 0.75 0.69
Hex 74 9D EB 33 21 0 8 DB 4B 45
Octal 164 235 353 63 41 0 10 333 113 105
Binary 1110100 10011101 11101011 110011 100001 0 1000 11011011 1001011 1000101

Color Harmonies of #749DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DEB

Black with #749DEB

Text Example


Text Example

White with #749DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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