Html Css Color HEX #748CFF Cornflower Blue

📋 copy color: '#748CFF'

red 116 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #748CFF

Tints of Cornflower Blue #748CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 22.7%
G = 27.4%
B = 49.9%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#748CFF (or 0x748CFF) is known color: Cornflower Blue. HEX triplet: 74, 8C and FF. RGB value is (116,140,255). Sum of RGB (Red+Green+Blue) = 116+140+255=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #748CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CFF is #8B7300. Grayscale: #919191. Windows color (decimal): -9138945 or 16747636. OLE color: 16747636.

HSL color Cylindrical-coordinate representation of color #748CFF: hue angle of 229.64º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #748CFF is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 140 255 -
CMYK 0.55 0.45 0 0
HSL 229.64º 1% 0.73% -
HSV(B) 229.64º 0.55% 1% -
XYZ 34.63 29.69 98.51 -
YUV 145.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 116 140 255 0.55 0.45 0 0 229.64 1 0.73
Hex 74 8C FF 37 2D 0 0 E6 64 49
Octal 164 214 377 67 55 0 0 346 144 111
Binary 1110100 10001100 11111111 110111 101101 0 0 11100110 1100100 1001001

Color Harmonies of #748CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CFF

Black with #748CFF

Text Example


Text Example

White with #748CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,140,255); }

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

background-color css

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

 a { background-color: rgb(116,140,255); }

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

border-color css

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

 span { border-color: rgb(116,140,255); }

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