Html Css Color HEX #748CEB Cornflower Blue

📋 copy color: '#748CEB'

red 116 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #748CEB

Tints of Cornflower Blue #748CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.51%

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

R = 23.63%
G = 28.51%
B = 47.86%

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

#748CEB (or 0x748CEB) is known color: Cornflower Blue. HEX triplet: 74, 8C and EB. RGB value is (116,140,235). Sum of RGB (Red+Green+Blue) = 116+140+235=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #748CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CEB is #8B7314. Grayscale: #8F8F8F. Windows color (decimal): -9138965 or 15436916. OLE color: 15436916.

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

Color convert

RGB 116 140 235 -
CMYK 0.51 0.40 0 0.08
HSL 227.9º 0.75% 0.69% -
HSV(B) 227.9º 0.51% 0.92% -
XYZ 31.58 28.47 82.43 -
YUV 143.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 116 140 235 0.51 0.40 0 0.08 227.9 0.75 0.69
Hex 74 8C EB 33 28 0 8 E4 4B 45
Octal 164 214 353 63 50 0 10 344 113 105
Binary 1110100 10001100 11101011 110011 101000 0 1000 11100100 1001011 1000101

Color Harmonies of #748CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CEB

Black with #748CEB

Text Example


Text Example

White with #748CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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