Html Css Color HEX #748DF4 Cornflower Blue

📋 copy color: '#748DF4'

red 116 ◦ green 141 ◦ blue 244

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

Shades of Cornflower Blue #748DF4

Tints of Cornflower Blue #748DF4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.14%

 BLUE value IS 244 (95.7% from 255) = 48.7%

R = 23.15%
G = 28.14%
B = 48.7%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#748DF4 (or 0x748DF4) is known color: Cornflower Blue. HEX triplet: 74, 8D and F4. RGB value is (116,141,244). Sum of RGB (Red+Green+Blue) = 116+141+244=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #748DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DF4 is #8B720B. Grayscale: #909090. Windows color (decimal): -9138700 or 16026996. OLE color: 16026996.

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

Color convert

RGB 116 141 244 -
CMYK 0.52 0.42 0 0.04
HSL 228.28º 0.85% 0.71% -
HSV(B) 228.28º 0.52% 0.96% -
XYZ 33.06 29.29 89.5 -
YUV 145.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 116 141 244 0.52 0.42 0 0.04 228.28 0.85 0.71
Hex 74 8D F4 34 2A 0 4 E4 55 47
Octal 164 215 364 64 52 0 4 344 125 107
Binary 1110100 10001101 11110100 110100 101010 0 100 11100100 1010101 1000111

Color Harmonies of #748DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DF4

Black with #748DF4

Text Example


Text Example

White with #748DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,244); }

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

background-color css

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

 a { background-color: rgb(116,141,244); }

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

border-color css

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

 span { border-color: rgb(116,141,244); }

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