Html Css Color HEX #748EEB Cornflower Blue

📋 copy color: '#748EEB'

red 116 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #748EEB

Tints of Cornflower Blue #748EEB

RGB

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

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

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

R = 23.53%
G = 28.8%
B = 47.67%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#748EEB (or 0x748EEB) is known color: Cornflower Blue. HEX triplet: 74, 8E and EB. RGB value is (116,142,235). Sum of RGB (Red+Green+Blue) = 116+142+235=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #748EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EEB is #8B7114. Grayscale: #909090. Windows color (decimal): -9138453 or 15437428. OLE color: 15437428.

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

Color convert

RGB 116 142 235 -
CMYK 0.51 0.40 0 0.08
HSL 226.89º 0.75% 0.69% -
HSV(B) 226.89º 0.51% 0.92% -
XYZ 31.87 29.06 82.53 -
YUV 144.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 116 142 235 0.51 0.40 0 0.08 226.89 0.75 0.69
Hex 74 8E EB 33 28 0 8 E3 4B 45
Octal 164 216 353 63 50 0 10 343 113 105
Binary 1110100 10001110 11101011 110011 101000 0 1000 11100011 1001011 1000101

Color Harmonies of #748EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748EEB

Black with #748EEB

Text Example


Text Example

White with #748EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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