Html Css Color HEX #748DFE Cornflower Blue

📋 copy color: '#748DFE'

red 116 ◦ green 141 ◦ blue 254

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

Shades of Cornflower Blue #748DFE

Tints of Cornflower Blue #748DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 22.7%
G = 27.59%
B = 49.71%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#748DFE (or 0x748DFE) is known color: Cornflower Blue. HEX triplet: 74, 8D and FE. RGB value is (116,141,254). Sum of RGB (Red+Green+Blue) = 116+141+254=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #748DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DFE is #8B7201. Grayscale: #919191. Windows color (decimal): -9138690 or 16682356. OLE color: 16682356.

HSL color Cylindrical-coordinate representation of color #748DFE: hue angle of 229.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748DFE is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 141 254 -
CMYK 0.54 0.44 0 0.00
HSL 229.13º 0.99% 0.73% -
HSV(B) 229.13º 0.54% 1% -
XYZ 34.62 29.92 97.72 -
YUV 146.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 116 141 254 0.54 0.44 0 0.00 229.13 0.99 0.73
Hex 74 8D FE 36 2C 0 0 E5 63 49
Octal 164 215 376 66 54 0 0 345 143 111
Binary 1110100 10001101 11111110 110110 101100 0 0 11100101 1100011 1001001

Color Harmonies of #748DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DFE

Black with #748DFE

Text Example


Text Example

White with #748DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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