Html Css Color HEX #748FF5 Cornflower Blue

📋 copy color: '#748FF5'

red 116 ◦ green 143 ◦ blue 245

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

Shades of Cornflower Blue #748FF5

Tints of Cornflower Blue #748FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.61%

R = 23.02%
G = 28.37%
B = 48.61%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#748FF5 (or 0x748FF5) is known color: Cornflower Blue. HEX triplet: 74, 8F and F5. RGB value is (116,143,245). Sum of RGB (Red+Green+Blue) = 116+143+245=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #748FF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FF5 is #8B700A. Grayscale: #929292. Windows color (decimal): -9138187 or 16093044. OLE color: 16093044.

HSL color Cylindrical-coordinate representation of color #748FF5: hue angle of 227.44º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748FF5 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 143 245 -
CMYK 0.53 0.42 0 0.04
HSL 227.44º 0.87% 0.71% -
HSV(B) 227.44º 0.53% 0.96% -
XYZ 33.51 29.95 90.4 -
YUV 146.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 116 143 245 0.53 0.42 0 0.04 227.44 0.87 0.71
Hex 74 8F F5 35 2A 0 4 E3 57 47
Octal 164 217 365 65 52 0 4 343 127 107
Binary 1110100 10001111 11110101 110101 101010 0 100 11100011 1010111 1000111

Color Harmonies of #748FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FF5

Black with #748FF5

Text Example


Text Example

White with #748FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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