Html Css Color HEX #738CDC Cornflower Blue

📋 copy color: '#738CDC'

red 115 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #738CDC

Tints of Cornflower Blue #738CDC

RGB

 RED value IS 115 (45.31% from 255) = 24.21%

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

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

R = 24.21%
G = 29.47%
B = 46.32%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#738CDC (or 0x738CDC) is known color: Cornflower Blue. HEX triplet: 73, 8C and DC. RGB value is (115,140,220). Sum of RGB (Red+Green+Blue) = 115+140+220=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #738CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CDC is #8C7323. Grayscale: #8D8D8D. Windows color (decimal): -9204516 or 14453875. OLE color: 14453875.

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

Color convert

RGB 115 140 220 -
CMYK 0.48 0.36 0 0.14
HSL 225.71º 0.6% 0.66% -
HSV(B) 225.71º 0.48% 0.86% -
XYZ 29.37 27.57 71.48 -
YUV 141.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 115 140 220 0.48 0.36 0 0.14 225.71 0.6 0.66
Hex 73 8C DC 30 24 0 E E2 3C 42
Octal 163 214 334 60 44 0 16 342 74 102
Binary 1110011 10001100 11011100 110000 100100 0 1110 11100010 111100 1000010

Color Harmonies of #738CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CDC

Black with #738CDC

Text Example


Text Example

White with #738CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738CDC; }

 p { color: rgb(115,140,220); }

 H1.HeaderClassName
 {
   color: #738CDC;
 }
 .AnyTagClassName
 {
   color: #738CDC;
 }
</style>

background-color css

<style>
 a { background-color: #738CDC; }

 a { background-color: rgb(115,140,220); }

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

border-color css

<style>
 span { border-color: #738CDC; }

 span { border-color: rgb(115,140,220); }

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