Html Css Color HEX #748FFA Cornflower Blue

📋 copy color: '#748FFA'

red 116 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #748FFA

Tints of Cornflower Blue #748FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 22.79%
G = 28.09%
B = 49.12%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#748FFA (or 0x748FFA) is known color: Cornflower Blue. HEX triplet: 74, 8F and FA. RGB value is (116,143,250). Sum of RGB (Red+Green+Blue) = 116+143+250=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #748FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FFA is #8B7005. Grayscale: #929292. Windows color (decimal): -9138182 or 16420724. OLE color: 16420724.

HSL color Cylindrical-coordinate representation of color #748FFA: hue angle of 227.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748FFA is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 143 250 -
CMYK 0.54 0.43 0 0.02
HSL 227.91º 0.93% 0.72% -
HSV(B) 227.91º 0.54% 0.98% -
XYZ 34.28 30.26 94.48 -
YUV 147.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 116 143 250 0.54 0.43 0 0.02 227.91 0.93 0.72
Hex 74 8F FA 36 2B 0 2 E4 5D 48
Octal 164 217 372 66 53 0 2 344 135 110
Binary 1110100 10001111 11111010 110110 101011 0 10 11100100 1011101 1001000

Color Harmonies of #748FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FFA

Black with #748FFA

Text Example


Text Example

White with #748FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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