Html Css Color HEX #748EFE Cornflower Blue

📋 copy color: '#748EFE'

red 116 ◦ green 142 ◦ blue 254

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

Shades of Cornflower Blue #748EFE

Tints of Cornflower Blue #748EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

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

R = 22.66%
G = 27.73%
B = 49.61%

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

#748EFE (or 0x748EFE) is known color: Cornflower Blue. HEX triplet: 74, 8E and FE. RGB value is (116,142,254). Sum of RGB (Red+Green+Blue) = 116+142+254=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #748EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748EFE is #8B7101. Grayscale: #929292. Windows color (decimal): -9138434 or 16682612. OLE color: 16682612.

HSL color Cylindrical-coordinate representation of color #748EFE: hue angle of 228.7º 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 #748EFE is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 142 254 -
CMYK 0.54 0.44 0 0.00
HSL 228.7º 0.99% 0.73% -
HSV(B) 228.7º 0.54% 1% -
XYZ 34.76 30.21 97.77 -
YUV 146.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 116 142 254 0.54 0.44 0 0.00 228.7 0.99 0.73
Hex 74 8E FE 36 2C 0 0 E5 63 49
Octal 164 216 376 66 54 0 0 345 143 111
Binary 1110100 10001110 11111110 110110 101100 0 0 11100101 1100011 1001001

Color Harmonies of #748EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748EFE

Black with #748EFE

Text Example


Text Example

White with #748EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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