Html Css Color HEX #748FFE Cornflower Blue

📋 copy color: '#748FFE'

red 116 ◦ green 143 ◦ blue 254

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

Shades of Cornflower Blue #748FFE

Tints of Cornflower Blue #748FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.88%

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

R = 22.61%
G = 27.88%
B = 49.51%

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

#748FFE (or 0x748FFE) is known color: Cornflower Blue. HEX triplet: 74, 8F and FE. RGB value is (116,143,254). Sum of RGB (Red+Green+Blue) = 116+143+254=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #748FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FFE is #8B7001. Grayscale: #939393. Windows color (decimal): -9138178 or 16682868. OLE color: 16682868.

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

Color convert

RGB 116 143 254 -
CMYK 0.54 0.44 0 0.00
HSL 228.26º 0.99% 0.73% -
HSV(B) 228.26º 0.54% 1% -
XYZ 34.91 30.51 97.82 -
YUV 147.58 188.05 105.47 -
System Red Green Blue C M Y K H S L
Decimal 116 143 254 0.54 0.44 0 0.00 228.26 0.99 0.73
Hex 74 8F FE 36 2C 0 0 E4 63 49
Octal 164 217 376 66 54 0 0 344 143 111
Binary 1110100 10001111 11111110 110110 101100 0 0 11100100 1100011 1001001

Color Harmonies of #748FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FFE

Black with #748FFE

Text Example


Text Example

White with #748FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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