Html Css Color HEX #748DEC Cornflower Blue

📋 copy color: '#748DEC'

red 116 ◦ green 141 ◦ blue 236

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

Shades of Cornflower Blue #748DEC

Tints of Cornflower Blue #748DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.6%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 23.53%
G = 28.6%
B = 47.87%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#748DEC (or 0x748DEC) is known color: Cornflower Blue. HEX triplet: 74, 8D and EC. RGB value is (116,141,236). Sum of RGB (Red+Green+Blue) = 116+141+236=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #748DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DEC is #8B7213. Grayscale: #8F8F8F. Windows color (decimal): -9138708 or 15502708. OLE color: 15502708.

HSL color Cylindrical-coordinate representation of color #748DEC: hue angle of 227.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #748DEC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 141 236 -
CMYK 0.51 0.40 0 0.07
HSL 227.5º 0.76% 0.69% -
HSV(B) 227.5º 0.51% 0.93% -
XYZ 31.87 28.82 83.24 -
YUV 144.36 179.72 107.78 -
System Red Green Blue C M Y K H S L
Decimal 116 141 236 0.51 0.40 0 0.07 227.5 0.76 0.69
Hex 74 8D EC 33 28 0 7 E4 4C 45
Octal 164 215 354 63 50 0 7 344 114 105
Binary 1110100 10001101 11101100 110011 101000 0 111 11100100 1001100 1000101

Color Harmonies of #748DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DEC

Black with #748DEC

Text Example


Text Example

White with #748DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748DEC; }

 p { color: rgb(116,141,236); }

 H1.HeaderClassName
 {
   color: #748DEC;
 }
 .AnyTagClassName
 {
   color: #748DEC;
 }
</style>

background-color css

<style>
 a { background-color: #748DEC; }

 a { background-color: rgb(116,141,236); }

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

border-color css

<style>
 span { border-color: #748DEC; }

 span { border-color: rgb(116,141,236); }

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