Html Css Color HEX #748CF5 Cornflower Blue

📋 copy color: '#748CF5'

red 116 ◦ green 140 ◦ blue 245

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

Shades of Cornflower Blue #748CF5

Tints of Cornflower Blue #748CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.9%

R = 23.15%
G = 27.94%
B = 48.9%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#748CF5 (or 0x748CF5) is known color: Cornflower Blue. HEX triplet: 74, 8C and F5. RGB value is (116,140,245). Sum of RGB (Red+Green+Blue) = 116+140+245=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #748CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CF5 is #8B730A. Grayscale: #909090. Windows color (decimal): -9138955 or 16092276. OLE color: 16092276.

HSL color Cylindrical-coordinate representation of color #748CF5: hue angle of 228.84º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748CF5 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 140 245 -
CMYK 0.53 0.43 0 0.04
HSL 228.84º 0.87% 0.71% -
HSV(B) 228.84º 0.53% 0.96% -
XYZ 33.06 29.06 90.25 -
YUV 144.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 116 140 245 0.53 0.43 0 0.04 228.84 0.87 0.71
Hex 74 8C F5 35 2B 0 4 E5 57 47
Octal 164 214 365 65 53 0 4 345 127 107
Binary 1110100 10001100 11110101 110101 101011 0 100 11100101 1010111 1000111

Color Harmonies of #748CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CF5

Black with #748CF5

Text Example


Text Example

White with #748CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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