Html Css Color HEX #748FDC Cornflower Blue

📋 copy color: '#748FDC'

red 116 ◦ green 143 ◦ blue 220

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

Shades of Cornflower Blue #748FDC

Tints of Cornflower Blue #748FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 24.22%
G = 29.85%
B = 45.93%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#748FDC (or 0x748FDC) is known color: Cornflower Blue. HEX triplet: 74, 8F and DC. RGB value is (116,143,220). Sum of RGB (Red+Green+Blue) = 116+143+220=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #748FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FDC is #8B7023. Grayscale: #8F8F8F. Windows color (decimal): -9138212 or 14454644. OLE color: 14454644.

HSL color Cylindrical-coordinate representation of color #748FDC: hue angle of 224.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748FDC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 143 220 -
CMYK 0.47 0.35 0 0.14
HSL 224.42º 0.6% 0.66% -
HSV(B) 224.42º 0.47% 0.86% -
XYZ 29.94 28.53 71.64 -
YUV 143.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 116 143 220 0.47 0.35 0 0.14 224.42 0.6 0.66
Hex 74 8F DC 2F 23 0 E E0 3C 42
Octal 164 217 334 57 43 0 16 340 74 102
Binary 1110100 10001111 11011100 101111 100011 0 1110 11100000 111100 1000010

Color Harmonies of #748FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FDC

Black with #748FDC

Text Example


Text Example

White with #748FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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