Html Css Color HEX #748AEC Cornflower Blue

📋 copy color: '#748AEC'

red 116 ◦ green 138 ◦ blue 236

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

Shades of Cornflower Blue #748AEC

Tints of Cornflower Blue #748AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

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

R = 23.67%
G = 28.16%
B = 48.16%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#748AEC (or 0x748AEC) is known color: Cornflower Blue. HEX triplet: 74, 8A and EC. RGB value is (116,138,236). Sum of RGB (Red+Green+Blue) = 116+138+236=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #748AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748AEC is #8B7513. Grayscale: #8E8E8E. Windows color (decimal): -9139476 or 15501940. OLE color: 15501940.

HSL color Cylindrical-coordinate representation of color #748AEC: hue angle of 229º 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 #748AEC is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 138 236 -
CMYK 0.51 0.42 0 0.07
HSL 229º 0.76% 0.69% -
HSV(B) 229º 0.51% 0.93% -
XYZ 31.43 27.95 83.09 -
YUV 142.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 116 138 236 0.51 0.42 0 0.07 229 0.76 0.69
Hex 74 8A EC 33 2A 0 7 E5 4C 45
Octal 164 212 354 63 52 0 7 345 114 105
Binary 1110100 10001010 11101100 110011 101010 0 111 11100101 1001100 1000101

Color Harmonies of #748AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AEC

Black with #748AEC

Text Example


Text Example

White with #748AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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