Html Css Color HEX #748CE0 Cornflower Blue

📋 copy color: '#748CE0'

red 116 ◦ green 140 ◦ blue 224

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

Shades of Cornflower Blue #748CE0

Tints of Cornflower Blue #748CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 24.17%
G = 29.17%
B = 46.67%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#748CE0 (or 0x748CE0) is known color: Cornflower Blue. HEX triplet: 74, 8C and E0. RGB value is (116,140,224). Sum of RGB (Red+Green+Blue) = 116+140+224=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #748CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CE0 is #8B731F. Grayscale: #8E8E8E. Windows color (decimal): -9138976 or 14716020. OLE color: 14716020.

HSL color Cylindrical-coordinate representation of color #748CE0: hue angle of 226.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748CE0 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 140 224 -
CMYK 0.48 0.38 0 0.12
HSL 226.67º 0.64% 0.67% -
HSV(B) 226.67º 0.48% 0.88% -
XYZ 30.04 27.85 74.31 -
YUV 142.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 116 140 224 0.48 0.38 0 0.12 226.67 0.64 0.67
Hex 74 8C E0 30 26 0 C E3 40 43
Octal 164 214 340 60 46 0 14 343 100 103
Binary 1110100 10001100 11100000 110000 100110 0 1100 11100011 1000000 1000011

Color Harmonies of #748CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CE0

Black with #748CE0

Text Example


Text Example

White with #748CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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