Html Css Color HEX #748FE6 Cornflower Blue

📋 copy color: '#748FE6'

red 116 ◦ green 143 ◦ blue 230

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

Shades of Cornflower Blue #748FE6

Tints of Cornflower Blue #748FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 23.72%
G = 29.24%
B = 47.03%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#748FE6 (or 0x748FE6) is known color: Cornflower Blue. HEX triplet: 74, 8F and E6. RGB value is (116,143,230). Sum of RGB (Red+Green+Blue) = 116+143+230=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #748FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FE6 is #8B7019. Grayscale: #909090. Windows color (decimal): -9138202 or 15110004. OLE color: 15110004.

HSL color Cylindrical-coordinate representation of color #748FE6: hue angle of 225.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748FE6 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 143 230 -
CMYK 0.50 0.38 0 0.10
HSL 225.79º 0.7% 0.68% -
HSV(B) 225.79º 0.5% 0.9% -
XYZ 31.31 29.07 78.82 -
YUV 144.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 116 143 230 0.50 0.38 0 0.10 225.79 0.7 0.68
Hex 74 8F E6 32 26 0 A E2 46 44
Octal 164 217 346 62 46 0 12 342 106 104
Binary 1110100 10001111 11100110 110010 100110 0 1010 11100010 1000110 1000100

Color Harmonies of #748FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FE6

Black with #748FE6

Text Example


Text Example

White with #748FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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