Html Css Color HEX #748EE6 Cornflower Blue

📋 copy color: '#748EE6'

red 116 ◦ green 142 ◦ blue 230

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

Shades of Cornflower Blue #748EE6

Tints of Cornflower Blue #748EE6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.1%

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 23.77%
G = 29.1%
B = 47.13%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#748EE6 (or 0x748EE6) is known color: Cornflower Blue. HEX triplet: 74, 8E and E6. RGB value is (116,142,230). Sum of RGB (Red+Green+Blue) = 116+142+230=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #748EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EE6 is #8B7119. Grayscale: #8F8F8F. Windows color (decimal): -9138458 or 15109748. OLE color: 15109748.

HSL color Cylindrical-coordinate representation of color #748EE6: hue angle of 226.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748EE6 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 142 230 -
CMYK 0.50 0.38 0 0.10
HSL 226.32º 0.7% 0.68% -
HSV(B) 226.32º 0.5% 0.9% -
XYZ 31.16 28.77 78.77 -
YUV 144.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 116 142 230 0.50 0.38 0 0.10 226.32 0.7 0.68
Hex 74 8E E6 32 26 0 A E2 46 44
Octal 164 216 346 62 46 0 12 342 106 104
Binary 1110100 10001110 11100110 110010 100110 0 1010 11100010 1000110 1000100

Color Harmonies of #748EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748EE6

Black with #748EE6

Text Example


Text Example

White with #748EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,142,230); }

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

background-color css

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

 a { background-color: rgb(116,142,230); }

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

border-color css

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

 span { border-color: rgb(116,142,230); }

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